Merge pull request #5683 from Rmys/master

htmlcxx
This commit is contained in:
Rmys
2018-09-09 18:29:59 +03:00
committed by GitHub
+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 ")