libetonyek fix

This commit is contained in:
Idris Kalp
2021-03-10 18:49:39 +03:00
parent 1f372fa0d7
commit 107ec8d8b9
+2 -1
View File
@@ -10,12 +10,13 @@ from pisi.actionsapi import shelltools
from pisi.actionsapi import get from pisi.actionsapi import get
def setup(): def setup():
pisitools.cxxflags.add("-std=gnu++11")
shelltools.system("./autogen.sh") shelltools.system("./autogen.sh")
autotools.configure("--prefix=/usr \ autotools.configure("--prefix=/usr \
--disable-werror \ --disable-werror \
--without-docs \ --without-docs \
--enable-static=no \ --enable-static=no \
--with-mdds=1.5") --with-mdds=1.7")
pisitools.dosed("libtool", " -shared ", " -Wl,-O1,--as-needed -shared ") pisitools.dosed("libtool", " -shared ", " -Wl,-O1,--as-needed -shared ")