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

Tobias Powalowski tpowa at archlinux.org
Mon Nov 12 15:17:44 UTC 2012


    Date: Monday, November 12, 2012 @ 10:17:43
  Author: tpowa
Revision: 170843

upgpkg: kexec-tools 2.0.3-2

dynamic linking and disable lzma

Modified:
  kexec-tools/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2012-11-12 15:16:23 UTC (rev 170842)
+++ PKGBUILD	2012-11-12 15:17:43 UTC (rev 170843)
@@ -4,7 +4,7 @@
 
 pkgname=kexec-tools
 pkgver=2.0.3
-pkgrel=1
+pkgrel=2
 pkgdesc="Load another kernel from the currently executing Linux kernel"
 arch=('i686' 'x86_64')
 url="http://kernel.org/pub/linux/utils/kernel/kexec/"
@@ -18,7 +18,7 @@
 
 build() {
   cd $srcdir/$pkgname-$pkgver
-  ./configure --prefix=/usr
+  ./configure --prefix=/usr --without-lzma
   make
 }
 




More information about the arch-commits mailing list