diff options
author | James Meyer <james.meyer@operamail.com> | 2012-12-07 15:10:34 (GMT) |
---|---|---|
committer | James Meyer <james.meyer@operamail.com> | 2012-12-07 15:10:34 (GMT) |
commit | d5ad4049ff57099d8e9c97eb5f0232d44fb97383 (patch) | |
tree | aeee1c898a9b7684ea465cfb2041578685e51d03 /abs/core/mkinitcpio-busybox/PKGBUILD | |
parent | 631a68e34804625b64806f6dcec8091168d90302 (diff) | |
download | linhes_pkgbuild-d5ad4049ff57099d8e9c97eb5f0232d44fb97383.zip linhes_pkgbuild-d5ad4049ff57099d8e9c97eb5f0232d44fb97383.tar.gz linhes_pkgbuild-d5ad4049ff57099d8e9c97eb5f0232d44fb97383.tar.bz2 |
mkinitcpio {busybox}: 1.20.2
Diffstat (limited to 'abs/core/mkinitcpio-busybox/PKGBUILD')
-rw-r--r-- | abs/core/mkinitcpio-busybox/PKGBUILD | 17 |
1 files changed, 10 insertions, 7 deletions
diff --git a/abs/core/mkinitcpio-busybox/PKGBUILD b/abs/core/mkinitcpio-busybox/PKGBUILD index 55071e0..f85beb6 100644 --- a/abs/core/mkinitcpio-busybox/PKGBUILD +++ b/abs/core/mkinitcpio-busybox/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 160678 2012-06-03 16:32:18Z dreisner $ +# $Id: PKGBUILD 167188 2012-09-27 01:16:40Z dreisner $ # Maintainer: Dave Reisner <dreisner@archlinux.org> # Maintainer: Thomas Bächler <thomas@archlinux.org> pkgname=mkinitcpio-busybox -pkgver=1.20.1 +pkgver=1.20.2 pkgrel=1 pkgdesc="base initramfs tools" arch=('i686' 'x86_64') @@ -12,16 +12,22 @@ license=('GPL') depends=('glibc') options=('!buildflags') source=("http://busybox.net/downloads/busybox-$pkgver.tar.bz2" - 'config' 'sys_resource.patch') + 'glibc-2.16.patch' + 'config') +sha256sums=('eb13ff01dae5618ead2ef6f92ba879e9e0390f9583bd545d8789d27cf39b6882' + 'fb5b6e2a0de4db5401322e5c2474ad8ce6a58615dad45b7109cfe045baf2c88d' + 'd8064ed6ec21868e4afe057445e2d852b353abd595132cb1ca3ba345988772f0') build() { cd "$srcdir/busybox-$pkgver" - patch -Np1 < $srcdir/sys_resource.patch + local safeflags="${CARCH/_/-} -mtune=generic -Os -pipe -fno-strict-aliasing" sed 's|^\(CONFIG_EXTRA_CFLAGS\)=.*|\1="-march='"$safeflags"'"|' \ "$srcdir/config" > .config + patch -Np1 < "$srcdir/glibc-2.16.patch" + make } @@ -30,6 +36,3 @@ package() { } # vim:set ts=2 sw=2 et: -md5sums=('af2fededb6dca804544c05684636e574' - 'dd4c0fefe9bb9e65945a5b5525543fd7' - '47e725861776dbaad351e021c9a4df5a') |