libtool:rebuild
This commit is contained in:
@@ -18,7 +18,7 @@ def setup():
|
||||
--disable-silent-rules \
|
||||
")
|
||||
|
||||
pisitools.dosed("libtool", " -shared ", " -Wl,--as-needed -shared ")
|
||||
pisitools.dosed("libtool", " -shared ", " -Wl,-O1,--as-needed -shared ")
|
||||
|
||||
def build():
|
||||
autotools.make("-j1")
|
||||
|
||||
@@ -52,7 +52,7 @@
|
||||
|
||||
<History>
|
||||
<Update release="5">
|
||||
<Date>2018-08-10</Date>
|
||||
<Date>2018-09-16</Date>
|
||||
<Version>2.0.0</Version>
|
||||
<Comment>Rebuild New T.</Comment>
|
||||
<Name>Mustafa Cinasal</Name>
|
||||
|
||||
@@ -19,7 +19,7 @@ def setup():
|
||||
autotools.autoreconf("-fi")
|
||||
|
||||
autotools.configure(options)
|
||||
pisitools.dosed("libtool", " -shared ", " -Wl,--as-needed -shared ")
|
||||
pisitools.dosed("libtool", " -shared ", " -Wl,-O1,--as-needed -shared ")
|
||||
|
||||
# rpath fix
|
||||
pisitools.dosed("libtool", "^hardcode_libdir_flag_spec=.*", "hardcode_libdir_flag_spec=\"\"")
|
||||
|
||||
@@ -66,7 +66,7 @@
|
||||
|
||||
<History>
|
||||
<Update release="6">
|
||||
<Date>2018-07-31</Date>
|
||||
<Date>2018-09-16</Date>
|
||||
<Version>1.1.5</Version>
|
||||
<Comment>Rebuild.</Comment>
|
||||
<Name>Pisi Linux Community</Name>
|
||||
|
||||
Reference in New Issue
Block a user