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 -2
View File
@@ -13,7 +13,7 @@ def setup():
--disable-static \
--disable-schemas-compile")
pisitools.dosed("libtool", " -shared ", " -Wl,--as-needed -shared ")
pisitools.dosed("libtool", " -shared ", " -Wl,-O1,--as-needed -shared ")
def build():
autotools.make()
@@ -23,4 +23,4 @@ def install():
pisitools.dodoc("AUTHORS", "ChangeLog", "COPYING*", "NEWS", "README")
pisitools.insinto("/usr/share/pixmaps/", "data/icons/48x48/apps/file-roller.png", "file-roller.png")
pisitools.insinto("/usr/share/pixmaps/", "data/icons/48x48/apps/file-roller.png", "file-roller.png")
+1 -1
View File
@@ -59,7 +59,7 @@
<History>
<Update release="4">
<Date>2018-08-30</Date>
<Date>2018-09-16</Date>
<Version>3.26.2</Version>
<Comment>Rebuild.</Comment>
<Name>Mustafa Cinasal</Name>
+1 -1
View File
@@ -25,7 +25,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("pkglibdir=/usr/lib/GConf")
+1 -1
View File
@@ -100,7 +100,7 @@
<History>
<Update release="3">
<Date>2018-08-07</Date>
<Date>2018-09-16</Date>
<Version>3.2.6</Version>
<Comment>Rebuild New T.</Comment>
<Name>Mustafa Cinasal</Name>
+1 -1
View File
@@ -14,7 +14,7 @@ def setup():
autotools.configure("--prefix=/usr \
--sysconfdir=/etc")
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
@@ -93,7 +93,7 @@
<History>
<Update release="4">
<Date>2018-08-03</Date>
<Date>2018-09-16</Date>
<Version>3.28.0</Version>
<Comment>Rebuild</Comment>
<Name>Mustafa Cinasal</Name>
+1 -1
View File
@@ -26,7 +26,7 @@ def setup():
--enable-udisks2 \
")
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
@@ -297,7 +297,7 @@
<History>
<Update release="5">
<Date>2018-08-30</Date>
<Date>2018-09-16</Date>
<Version>1.34.2</Version>
<Comment>Version Bump</Comment>
<Name>Mustafa Cinasal</Name>
+2 -1
View File
@@ -14,7 +14,8 @@ def setup():
autotools.autoreconf("-fiv")
autotools.configure("--disable-static \
--enable-bonobo-activation-debug=no")
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-30</Date>
<Date>2018-09-16</Date>
<Version>2.32.1</Version>
<Comment>Release Bump</Comment>
<Name>Pisi Linux Community</Name>