Merge pull request #287 from ertugerata/master

update
This commit is contained in:
Ertuğrul Erata
2016-03-07 15:37:10 +02:00
+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")