libtool:rebuild
This commit is contained in:
@@ -12,7 +12,7 @@ def setup():
|
||||
autotools.configure("--disable-static \
|
||||
--disable-devel-docs")
|
||||
|
||||
pisitools.dosed("libtool"," -shared ", " -Wl,--as-needed -shared ")
|
||||
pisitools.dosed("libtool", " -shared ", " -Wl,-O1,--as-needed -shared ")
|
||||
|
||||
def build():
|
||||
autotools.make()
|
||||
|
||||
@@ -53,7 +53,7 @@
|
||||
|
||||
<History>
|
||||
<Update release="3">
|
||||
<Date>2018-07-25</Date>
|
||||
<Date>2018-09-16</Date>
|
||||
<Version>2.0.3</Version>
|
||||
<Comment>Rebuild.</Comment>
|
||||
<Name>PisiLinux Community</Name>
|
||||
|
||||
@@ -19,7 +19,7 @@ def setup():
|
||||
--without-launchd \
|
||||
--without-doxygen")
|
||||
|
||||
pisitools.dosed("libtool"," -shared ", " -Wl,--as-needed -shared ")
|
||||
pisitools.dosed("libtool", " -shared ", " -Wl,-O1,--as-needed -shared ")
|
||||
|
||||
def build():
|
||||
autotools.make("-j1")
|
||||
|
||||
@@ -81,7 +81,7 @@
|
||||
|
||||
<History>
|
||||
<Update release="4">
|
||||
<Date>2018-07-23</Date>
|
||||
<Date>2018-09-16</Date>
|
||||
<Version>1.12</Version>
|
||||
<Comment>Rebuild.</Comment>
|
||||
<Name>PisiLinux Community</Name>
|
||||
|
||||
@@ -14,7 +14,7 @@ def setup():
|
||||
autotools.configure("--disable-static")
|
||||
|
||||
# for fix unused dependency
|
||||
pisitools.dosed("libtool"," -shared ", " -Wl,--as-needed -shared ")
|
||||
pisitools.dosed("libtool", " -shared ", " -Wl,-O1,--as-needed -shared ")
|
||||
|
||||
def build():
|
||||
autotools.make()
|
||||
@@ -22,4 +22,4 @@ def build():
|
||||
def install():
|
||||
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
|
||||
|
||||
pisitools.dodoc("AUTHORS", "NEWS", "ChangeLog", "COPYING", "README")
|
||||
pisitools.dodoc("AUTHORS", "NEWS", "ChangeLog", "COPYING", "README")
|
||||
|
||||
@@ -48,7 +48,7 @@
|
||||
|
||||
<History>
|
||||
<Update release="3">
|
||||
<Date>2018-07-29</Date>
|
||||
<Date>2018-09-16</Date>
|
||||
<Version>1.9.2</Version>
|
||||
<Comment>Rebuild.</Comment>
|
||||
<Name>Mustafa Cinasal</Name>
|
||||
|
||||
@@ -24,7 +24,7 @@ def setup():
|
||||
|
||||
pisitools.dosed("libtool", "^(hardcode_libdir_flag_spec=).*", '\\1""')
|
||||
pisitools.dosed("libtool", "^(runpath_var=)LD_RUN_PATH", "\\1DIE_RPATH_DIE")
|
||||
pisitools.dosed("libtool"," -shared ", " -Wl,--as-needed -shared ")
|
||||
pisitools.dosed("libtool", " -shared ", " -Wl,-O1,--as-needed -shared ")
|
||||
|
||||
def build():
|
||||
autotools.make()
|
||||
|
||||
@@ -102,7 +102,7 @@
|
||||
|
||||
<History>
|
||||
<Update release="2">
|
||||
<Date>2018-07-31</Date>
|
||||
<Date>2018-09-16</Date>
|
||||
<Version>3.6.1</Version>
|
||||
<Comment>Rebuild New T.</Comment>
|
||||
<Name>Mustafa Cinasal</Name>
|
||||
|
||||
Reference in New Issue
Block a user