summaryrefslogtreecommitdiff
path: root/community/busybox
diff options
context:
space:
mode:
authorMichał Masłowski <mtjm@mtjm.eu>2012-04-21 10:14:45 +0200
committerMichał Masłowski <mtjm@mtjm.eu>2012-04-21 10:14:45 +0200
commit564593462ea4dd96fbe4842469b7a0da920a13f2 (patch)
tree18b2e3b9ece473535048dc17c7282662427e6108 /community/busybox
parent81cc989543d935f11be84b3fb0696a57c2d9abd2 (diff)
parent905dec08e7144fe77aad1161778a6c3b74ff305c (diff)
Merge branch 'master' of ssh://parabolagnulinux.org:1863/home/parabola/abslibre-pre-mips64el
Conflicts: core/openssl/PKGBUILD extra/scim/PKGBUILD extra/vim/PKGBUILD testing/cogl/PKGBUILD testing/kmod/PKGBUILD testing/rhythmbox/PKGBUILD
Diffstat (limited to 'community/busybox')
-rw-r--r--community/busybox/PKGBUILD5
1 files changed, 4 insertions, 1 deletions
diff --git a/community/busybox/PKGBUILD b/community/busybox/PKGBUILD
index 7cd8d1484..065f39f20 100644
--- a/community/busybox/PKGBUILD
+++ b/community/busybox/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 66360 2012-02-24 00:42:04Z spupykin $
+# $Id: PKGBUILD 69589 2012-04-19 10:16:37Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Contributor: Jens Pranaitis <jens@jenux.homelinux.org>
@@ -11,13 +11,16 @@ url="http://www.busybox.net"
license=('GPL')
makedepends=("make" "gcc" "sed" "ncurses")
source=($url/downloads/$pkgname-$pkgver.tar.bz2
+ http://git.exherbo.org/arbor.git/plain/packages/sys-apps/busybox/files/linux-headers-fix.patch
config)
install=busybox.install
md5sums=('9c0cae5a0379228e7b55e5b29528df8e'
+ '853097e2f1477f962d6f268c1b3ebd78'
'edd5c66c974ccc1b0030fd00beaa1b02')
build() {
cd "$srcdir/$pkgname-$pkgver"
+ patch -p1 <$srcdir/linux-headers-fix.patch
cp $srcdir/config .config
# if you want to run menuconfig uncomment the following line:
# make menuconfig ; return 1