@@ -16,6 +16,8 @@ def setup():
|
|||||||
autotools.configure("--without-gtk-doc \
|
autotools.configure("--without-gtk-doc \
|
||||||
--without-nvdimm \
|
--without-nvdimm \
|
||||||
--without-dm")
|
--without-dm")
|
||||||
|
|
||||||
|
pisitools.dosed("libtool", " -shared ", " -Wl,-O1,--as-needed -shared ")
|
||||||
|
|
||||||
def build():
|
def build():
|
||||||
autotools.make()
|
autotools.make()
|
||||||
|
|||||||
@@ -13,6 +13,8 @@ from pisi.actionsapi import get
|
|||||||
def setup():
|
def setup():
|
||||||
shelltools.system("sed -i 's|python2-config|python2.7-config|g' configure")
|
shelltools.system("sed -i 's|python2-config|python2.7-config|g' configure")
|
||||||
autotools.configure()
|
autotools.configure()
|
||||||
|
|
||||||
|
pisitools.dosed("libtool", " -shared ", " -Wl,-O1,--as-needed -shared ")
|
||||||
|
|
||||||
def build():
|
def build():
|
||||||
autotools.make()
|
autotools.make()
|
||||||
|
|||||||
Reference in New Issue
Block a user