libtool:rebuild

This commit is contained in:
Rmys
2018-09-16 14:41:37 +03:00
parent 482e53b74f
commit c8bd5a2b35
78 changed files with 85 additions and 81 deletions
+1 -1
View File
@@ -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")
+1 -1
View File
@@ -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>
+1 -1
View File
@@ -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=\"\"")
+1 -1
View File
@@ -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>