This commit is contained in:
Rmys
2018-09-09 18:29:24 +03:00
parent 8121b00d91
commit b6537665a1
+2 -1
View File
@@ -9,7 +9,8 @@ from pisi.actionsapi import get
NoStrip = "/"
def setup():
shelltools.export("LDFLAGS", "%s -lm" % get.LDFLAGS())
shelltools.export("LDFLAGS", "%s -lm" % get.LDFLAGS())
autotools.autoreconf("-fiv")
autotools.configure("--prefix=/usr")
pisitools.dosed("libtool"," -shared ", " -Wl,--as-needed -shared ")