libtool:rebuild

This commit is contained in:
Rmys
2018-09-16 15:09:24 +03:00
parent b3b6b51230
commit ebebc1db9c
12 changed files with 12 additions and 12 deletions
+1 -1
View File
@@ -22,7 +22,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()
+1 -1
View File
@@ -79,7 +79,7 @@
<History>
<Update release="4">
<Date>2018-08-05</Date>
<Date>2018-09-16</Date>
<Version>1.1.29</Version>
<Comment>Rebuild</Comment>
<Name>Ertuğrul Erata</Name>