libunique

This commit is contained in:
Rmys
2018-09-09 20:04:19 +03:00
parent 404081c546
commit 22dd238c32
3 changed files with 1052 additions and 5 deletions
+3 -1
View File
@@ -11,10 +11,12 @@ from pisi.actionsapi import get
shelltools.export('HOME', get.workDIR())
def setup():
autotools.autoreconf("-fi")
autotools.configure("--disable-static \
--enable-gtk-doc \
--enable-maintainer-flags=no \
--enable-introspection=yes")
pisitools.dosed("libtool", " -shared ", " -Wl,-O1,--as-needed -shared ")
def build():
autotools.make()