bzip2 fix
This commit is contained in:
@@ -10,6 +10,8 @@ from pisi.actionsapi import get
|
|||||||
|
|
||||||
libversion = get.srcVERSION()
|
libversion = get.srcVERSION()
|
||||||
|
|
||||||
|
NoStrip = ["/"]
|
||||||
|
|
||||||
def build():
|
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('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())
|
autotools.make('CFLAGS="%s -D_FILE_OFFSET_BITS=64 -fPIC" -f Makefile-libbz2_so' % get.CFLAGS())
|
||||||
|
|||||||
@@ -39,6 +39,13 @@
|
|||||||
</Package>
|
</Package>
|
||||||
|
|
||||||
<History>
|
<History>
|
||||||
|
<Update release="6">
|
||||||
|
<Date>2019-12-13</Date>
|
||||||
|
<Version>1.0.8</Version>
|
||||||
|
<Comment>Version bump</Comment>
|
||||||
|
<Name>Idris Kalp</Name>
|
||||||
|
<Email>idriskalp@gmail.com</Email>
|
||||||
|
</Update>
|
||||||
<Update release="5">
|
<Update release="5">
|
||||||
<Date>2019-12-13</Date>
|
<Date>2019-12-13</Date>
|
||||||
<Version>1.0.8</Version>
|
<Version>1.0.8</Version>
|
||||||
|
|||||||
Reference in New Issue
Block a user