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
+1 -1
View File
@@ -13,7 +13,7 @@ def setup():
autotools.autoreconf("-fiv")
autotools.configure("--prefix=/usr")
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
@@ -51,7 +51,7 @@
<History>
<Update release="3">
<Date>2018-09-09</Date>
<Date>2018-09-16</Date>
<Version>0.86</Version>
<Comment>Rebuild with new toolchain</Comment>
<Name>Mustafa Cinasal</Name>
+1 -1
View File
@@ -13,7 +13,7 @@ def setup():
--enable-introspection \
--with-pic")
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
@@ -100,7 +100,7 @@
<History>
<Update release="4">
<Date>2018-09-09</Date>
<Date>2018-09-16</Date>
<Version>1.14.44</Version>
<Comment>Version Bump.</Comment>
<Name>Mustafa Cinasal</Name>
+1 -1
View File
@@ -14,7 +14,7 @@ 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
@@ -49,7 +49,7 @@
<History>
<Update release="4">
<Date>2018-08-03</Date>
<Date>2018-09-16</Date>
<Version>2.10.0</Version>
<Comment>Version Bump.</Comment>
<Name>Pisi Linux Community</Name>
+1 -1
View File
@@ -17,7 +17,7 @@ def setup():
autotools.configure("--disable-static")
# for fix unused dependency
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-02</Date>
<Date>2018-09-16</Date>
<Version>0.10.2</Version>
<Comment>Release Bump</Comment>
<Name>Pisi Linux Community</Name>
+1 -1
View File
@@ -15,7 +15,7 @@ def setup():
autotools.configure("--disable-static")
# for fix unused dependency
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
@@ -60,7 +60,7 @@
<History>
<Update release="4">
<Date>2018-09-02</Date>
<Date>2018-09-16</Date>
<Version>0.3.2</Version>
<Comment>Release Bump</Comment>
<Name>Pisi Linux Community</Name>
+1 -1
View File
@@ -18,7 +18,7 @@ def setup():
--disable-werror")
# for fix unused dependency
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
@@ -49,7 +49,7 @@
<History>
<Update release="3">
<Date>2018-09-02</Date>
<Date>2018-09-16</Date>
<Version>0.4.10</Version>
<Comment>First release</Comment>
<Name>PisiLinux Community</Name>
+1 -1
View File
@@ -16,7 +16,7 @@ def setup():
--enable-dependency-tracking")
# for fix unused dependency
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
@@ -60,7 +60,7 @@
<History>
<Update release="4">
<Date>2018-08-03</Date>
<Date>2018-09-16</Date>
<Version>3.0.1</Version>
<Comment>Version Bump</Comment>
<Name>Pisi Linux Community</Name>
+1 -1
View File
@@ -19,7 +19,7 @@ def setup():
--disable-static" % docdir)
# for fix unused dependency
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
@@ -69,7 +69,7 @@
<History>
<Update release="2">
<Date>2018-09-02</Date>
<Date>2018-09-16</Date>
<Version>2.0.15</Version>
<Comment>First Release</Comment>
<Name>Ayhan Yalçınsoy</Name>