dbus-c++ 0.9.0

This commit is contained in:
idriskalp
2020-01-12 00:55:39 +03:00
parent 91ad78039c
commit 24f3baee19
4 changed files with 35 additions and 6 deletions
+6 -2
View File
@@ -12,10 +12,14 @@ from pisi.actionsapi import get
def setup():
pisitools.dosed("configure.ac", "-O3", "")
shelltools.export("CPPFLAGS", get.CXXFLAGS())
shelltools.export("LDFLAGS", "%s -lpthread" % get.LDFLAGS())
shelltools.system("./autogen.sh")
#shelltools.system("./autogen.sh")
autotools.configure("--disable-static \
--enable-glib")
--enable-glib \
--disable-ecore \
--disable-examples")
pisitools.dosed("libtool", " -shared ", " -Wl,-O1,--as-needed -shared ")