Merge pull request #6221 from ertugerata/master

fix unused
This commit is contained in:
Ertuğrul Erata
2019-01-03 17:16:39 +02:00
committed by GitHub
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()