Merge pull request #798 from Rmys/master

libtool:rebuild
This commit is contained in:
Rmys
2018-09-16 15:10:02 +03:00
committed by GitHub
12 changed files with 12 additions and 12 deletions
+1 -1
View File
@@ -34,7 +34,7 @@ def setup():
#autotools.autoreconf("-vif")
autotools.configure(options)
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
@@ -127,7 +127,7 @@
<History>
<Update release="6">
<Date>2018-07-20</Date>
<Date>2018-09-16</Date>
<Version>2.54.3</Version>
<Comment>Version bump.</Comment>
<Name>Ertuğrul Erata</Name>
+1 -1
View File
@@ -21,7 +21,7 @@ def setup():
--docdir=/%s/%s \
--disable-static" % (get.docDIR(), get.srcNAME()))
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
@@ -70,7 +70,7 @@
<History>
<Update release="5">
<Date>2018-07-15</Date>
<Date>2018-09-16</Date>
<Version>8.40</Version>
<Comment>Rebuild.</Comment>
<Name>Ertuğrul Erata</Name>
+1 -1
View File
@@ -20,7 +20,7 @@ def setup():
--enable-gtk-doc-html=no \
--disable-gtk-doc")
pisitools.dosed("libtool"," -shared ", " -Wl,--as-needed -shared ")
pisitools.dosed("libtool", " -shared ", " -Wl,-O1,--as-needed -shared ")
shelltools.system("sed -i 's/SUBDIRS = po docs/SUBDIRS = po/' Makefile")
+1 -1
View File
@@ -77,7 +77,7 @@
<History>
<Update release="4">
<Date>2018-07-20</Date>
<Date>2018-09-16</Date>
<Version>0.62</Version>
<Comment>Rebuild</Comment>
<Name>Ertuğrul Erata</Name>
+1 -1
View File
@@ -26,7 +26,7 @@ def setup():
else: options += " --with-python"
autotools.configure(options)
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
@@ -88,7 +88,7 @@
<History>
<Update release="5">
<Date>2018-07-15</Date>
<Date>2018-09-16</Date>
<Version>2.9.4</Version>
<Comment>Rebuild</Comment>
<Name>Ertuğrul Erata</Name>
+1 -1
View File
@@ -25,7 +25,7 @@ def setup():
--disable-gtk-doc \
--disable-static")
pisitools.dosed("libtool"," -shared ", " -Wl,--as-needed -shared ")
pisitools.dosed("libtool", " -shared ", " -Wl,-O1,--as-needed -shared ")
def build():
shelltools.export('HOME', get.workDIR())
+1 -1
View File
@@ -86,7 +86,7 @@
<History>
<Update release="5">
<Date>2018-07-22</Date>
<Date>2018-09-16</Date>
<Version>0.115</Version>
<Comment>Version bump.</Comment>
<Name>Ertuğrul Erata</Name>
+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>