fix unused
This commit is contained in:
@@ -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()
|
||||
|
||||
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user