bzip2 fix
This commit is contained in:
@@ -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())
|
||||
|
||||
Reference in New Issue
Block a user