fix unused

This commit is contained in:
Ertuğrul Erata
2019-01-03 18:21:55 +03:00
parent 384b230f55
commit c2f12a7ad7
2 changed files with 4 additions and 0 deletions
+2
View File
@@ -16,6 +16,8 @@ def setup():
autotools.configure("--without-gtk-doc \
--without-nvdimm \
--without-dm")
pisitools.dosed("libtool", " -shared ", " -Wl,-O1,--as-needed -shared ")
def build():
autotools.make()
+2
View File
@@ -13,6 +13,8 @@ from pisi.actionsapi import get
def setup():
shelltools.system("sed -i 's|python2-config|python2.7-config|g' configure")
autotools.configure()
pisitools.dosed("libtool", " -shared ", " -Wl,-O1,--as-needed -shared ")
def build():
autotools.make()