[arch-commits] Commit in kexec-tools/trunk (PKGBUILD)

Dave Reisner dreisner at archlinux.org
Thu Apr 5 13:08:30 UTC 2012


    Date: Thursday, April 5, 2012 @ 09:08:30
  Author: dreisner
Revision: 155720

upgpkg: kexec-tools 2.0.2-5

- remove static linkage, this is no longer relevant with recent improvements
  to mkinitcpio (mounting /usr and the shutdown hook)

Modified:
  kexec-tools/trunk/PKGBUILD

----------+
 PKGBUILD |    6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2012-04-05 13:06:09 UTC (rev 155719)
+++ PKGBUILD	2012-04-05 13:08:30 UTC (rev 155720)
@@ -4,7 +4,7 @@
 
 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')
 url="http://kernel.org/pub/linux/utils/kernel/kexec/"
@@ -12,8 +12,7 @@
         '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 @@
 
 build() {
   cd $srcdir/$pkgname-$pkgver
-  export LDFLAGS+=" -static"
   patch -Np1 -i ../kexec-tools-2.0.0-purgatory-makefile.patch
   ./configure --prefix=/usr
   make




More information about the arch-commits mailing list