summaryrefslogtreecommitdiff
path: root/extra/kexec-tools
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@kiwwwi.com.ar>2012-04-06 23:38:28 -0300
committerNicolás Reynolds <fauno@kiwwwi.com.ar>2012-04-06 23:38:28 -0300
commit750a8fc982e640e6ef62f80afd99469959f407ad (patch)
treecfc482b7afcc4e3502e67578825c439ee296b2d5 /extra/kexec-tools
parent2781491d77559e5a9f0e0d26698d91da745f14f3 (diff)
parent3d65494a8eda056377febda4642ce992e69a9371 (diff)
Merge branch 'master' of ssh://vparabola/home/parabola/abslibre-pre-mips64el
Conflicts: core/kmod/PKGBUILD multilib/lib32-libpng/PKGBUILD testing/baobab/PKGBUILD testing/empathy/PKGBUILD testing/libgdata/PKGBUILD testing/telepathy-farstream/PKGBUILD testing/telepathy-haze/PKGBUILD
Diffstat (limited to 'extra/kexec-tools')
-rw-r--r--extra/kexec-tools/PKGBUILD8
1 files changed, 3 insertions, 5 deletions
diff --git a/extra/kexec-tools/PKGBUILD b/extra/kexec-tools/PKGBUILD
index b2121f984..4e000c040 100644
--- a/extra/kexec-tools/PKGBUILD
+++ b/extra/kexec-tools/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 136323 2011-08-26 10:46:24Z tpowa $
+# $Id: PKGBUILD 155721 2012-04-05 13:08:48Z dreisner $
# Contributor: Camille Moncelier <pix@devlife.org>, simo <simo@archlinux.org>
# Maintainer: Tobias Powalowski <tpowa@archlinux.org>
pkgname=kexec-tools
pkgver=2.0.2
-pkgrel=4
+pkgrel=5
pkgdesc="Load another kernel from the currently executing Linux kernel"
arch=('i686' 'x86_64' 'mips64el')
url="http://kernel.org/pub/linux/utils/kernel/kexec/"
@@ -12,8 +12,7 @@ source=("http://kernel.org/pub/linux/utils/kernel/kexec/kexec-tools-${pkgver}.ta
'kexec-tools-2.0.0-purgatory-makefile.patch'
'kexec'
'kexec.conf.d')
-depends=('gawk')
-makedepends=('zlib' 'xz')
+depends=('gawk' 'zlib' 'xz')
backup=('etc/conf.d/kexec')
license=('GPL2')
md5sums=('35d05fed1c97008ac34c5bfb929295eb'
@@ -23,7 +22,6 @@ md5sums=('35d05fed1c97008ac34c5bfb929295eb'
build() {
cd $srcdir/$pkgname-$pkgver
- export LDFLAGS+=" -static"
patch -Np1 -i ../kexec-tools-2.0.0-purgatory-makefile.patch
./configure --prefix=/usr
make