bzip2 fix

This commit is contained in:
idriskalp
2019-12-23 19:37:00 +03:00
parent 10384002a1
commit 9d513569a6
2 changed files with 9 additions and 0 deletions
+2
View File
@@ -10,6 +10,8 @@ from pisi.actionsapi import get
libversion = get.srcVERSION()
NoStrip = ["/"]
def build():
autotools.make('CC=%s AR=%s RANLIB=%s CFLAGS="%s -D_FILE_OFFSET_BITS=64 -fPIC"' % (get.CC(), get.AR(), get.RANLIB(), get.CFLAGS()))
autotools.make('CFLAGS="%s -D_FILE_OFFSET_BITS=64 -fPIC" -f Makefile-libbz2_so' % get.CFLAGS())