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
+2 -1
View File
@@ -10,7 +10,8 @@ from pisi.actionsapi import get
def setup():
autotools.configure("--disable-static")
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
@@ -59,7 +59,7 @@
<History>
<Update release="4">
<Date>2018-09-10</Date>
<Date>2018-09-16</Date>
<Version>2.24.2</Version>
<Comment>Rebuild</Comment>
<Name>Pisi Linux Community</Name>
+1 -1
View File
@@ -27,7 +27,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
@@ -138,7 +138,7 @@
<History>
<Update release="7">
<Date>2018-07-30</Date>
<Date>2018-09-16</Date>
<Version>1.15.12</Version>
<Comment>Rebuild.</Comment>
<Name>Mustafa Cinasal</Name>
+2 -1
View File
@@ -10,7 +10,8 @@ from pisi.actionsapi import get
def setup():
autotools.configure("--disable-static")
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
@@ -60,7 +60,7 @@
<History>
<Update release="4">
<Date>2018-09-10</Date>
<Date>2018-09-16</Date>
<Version>1.12.2</Version>
<Comment>Rebuild</Comment>
<Name>Pisi Linux Community</Name>
+1 -1
View File
@@ -11,7 +11,7 @@ def setup():
autotools.autoreconf("-vif")
autotools.configure()
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
@@ -78,7 +78,7 @@
<History>
<Update release="4">
<Date>2018-08-14</Date>
<Date>2018-09-16</Date>
<Version>2.6.4</Version>
<Comment>Rebuild New T.</Comment>
<Name>Mustafa Cinasal</Name>
+1 -1
View File
@@ -12,7 +12,7 @@ def setup():
#autotools.autoreconf("-vif")
autotools.configure("--disable-static --enable-introspection")
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
@@ -74,7 +74,7 @@
<History>
<Update release="3">
<Date>2018-09-09</Date>
<Date>2018-09-16</Date>
<Version>2.31.0</Version>
<Comment>Rebuild with new toolchain</Comment>
<Name>Pisi Linux Community</Name>