This commit is contained in:
Ertuğrul Erata
2016-03-07 15:36:17 +02:00
parent 364fa8ffc1
commit 738413ae9f
+2
View File
@@ -14,6 +14,8 @@ flags = "%s -fPIC" % get.CFLAGS() if get.ARCH() == "x86_64" else get.CFLAGS()
def setup():
shelltools.export("CFLAGS", flags)
shelltools.system("./autogen.sh")
autotools.configure("--enable-nls \
--disable-rpath")