core updated.

This commit is contained in:
Ertuğrul Erata
2015-05-17 16:28:10 +03:00
parent 14d58aa1d0
commit 8e13c775be
558 changed files with 543408 additions and 27657 deletions
+5 -3
View File
@@ -13,9 +13,11 @@ from pisi.actionsapi import shelltools
def setup():
options = "--with-pcre=system \
--disable-fam \
--disable-libelf \
--enable-gtk-doc=no \
--disable-static \
--enable-shared \
--enable-man \
--disable-man \
--enable-systemtap"
@@ -28,7 +30,7 @@ def setup():
shelltools.export("CXX", "%s -m32" % get.CXX())
shelltools.export("PKG_CONFIG_PATH", "/usr/lib32/pkgconfig")
autotools.autoreconf("-vif")
#autotools.autoreconf("-vif")
autotools.configure(options)
pisitools.dosed("libtool", " -shared ", " -Wl,--as-needed -shared ")
@@ -45,4 +47,4 @@ def install():
pisitools.removeDir("/usr/share/gdb")
pisitools.dodoc("AUTHORS", "ChangeLog", "README", "NEWS")
pisitools.dodoc("AUTHORS", "ChangeLog", "README", "NEWS")