libgudev:fixed actions.py

This commit is contained in:
2017-02-14 00:40:51 +03:00
parent 76c96fd02b
commit 6542dcd1b5
+2 -1
View File
@@ -12,7 +12,8 @@ from pisi.actionsapi import autotools
def setup(): def setup():
autotools.configure("--prefix=/usr \ autotools.configure("--prefix=/usr \
--enable-introspection \ --enable-introspection \
--enable-gtk-doc") --enable-gtk-doc \
--disable-umockdev")
pisitools.dosed("libtool", " -shared ", " -Wl,-O1,--as-needed -shared ") pisitools.dosed("libtool", " -shared ", " -Wl,-O1,--as-needed -shared ")