libetonyek

This commit is contained in:
Rmys
2023-10-30 02:16:34 +03:00
committed by GitHub
parent 21399d66a3
commit 379545c679
+2 -1
View File
@@ -10,8 +10,9 @@ 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") # pisitools.cxxflags.add("-std=gnu++11")
shelltools.system("./autogen.sh") shelltools.system("./autogen.sh")
autotools.autoreconf("-fi")
autotools.configure("--prefix=/usr \ autotools.configure("--prefix=/usr \
--disable-werror \ --disable-werror \
--without-docs \ --without-docs \