@@ -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")
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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()
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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")
|
||||
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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()
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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())
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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()
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user