CRUX-ARM :
Home
Home
::
Documentation
::
Download
::
Development
::
Community
::
Ports
::
Packages
::
Bugs
::
Links
::
About
::
Donors
development
/
crossrootfs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c7cec02
)
bzip2: synced upstream release
author
Victor Martinez
<pitillo@ono.com>
Thu, 12 Nov 2015 08:05:12 +0000
(08:05 +0000)
committer
Victor Martinez
<pitillo@ono.com>
Thu, 12 Nov 2015 08:05:12 +0000
(08:05 +0000)
bzip2/Pkgfile
patch
|
blob
|
blame
|
history
diff --git
a/bzip2/Pkgfile
b/bzip2/Pkgfile
index 34fda8164a5c00ad5a795835cba44845081d9d4b..9ac24a5774dca833e6e5b7cdb076e143bea4d1c5 100644
(file)
--- a/
bzip2/Pkgfile
+++ b/
bzip2/Pkgfile
@@
-6,16
+6,20
@@
name=bzip2
version=1.0.6
-release=
1
+release=
2
source=(http://www.bzip.org/$version/$name-$version.tar.gz \
$name.patch)
build() {
cd $name-$version
+
patch -Np1 -i $SRC/$name.patch
+
sed "s|all: libbz2.a bzip2 bzip2recover test|all: libbz2.a bzip2 bzip2recover|g" -i Makefile
+
make CC="$CC" AR="$AR" RANLIB="$RANLIB"
make PREFIX=$PKG/usr install
+
make -f Makefile-libbz2_so CC="$CC"
make -f Makefile-libbz2_so PREFIX=$PKG/usr install