From 2d4aa7f882dac8abb34e973655326c93f584f31f Mon Sep 17 00:00:00 2001 From: root Date: Sat, 14 Jan 2012 23:15:11 +0000 Subject: Sat Jan 14 23:15:11 UTC 2012 --- testing/kmod/PKGBUILD | 28 +++++++++++----------------- 1 file changed, 11 insertions(+), 17 deletions(-) (limited to 'testing/kmod') diff --git a/testing/kmod/PKGBUILD b/testing/kmod/PKGBUILD index e0269b3df..454a340b3 100644 --- a/testing/kmod/PKGBUILD +++ b/testing/kmod/PKGBUILD @@ -1,9 +1,10 @@ -# $Id: PKGBUILD 146297 2012-01-08 22:05:13Z dreisner $ +# $Id: PKGBUILD 146539 2012-01-12 20:25:05Z dreisner $ # Maintainer: Dave Reisner pkgname=kmod pkgver=3 -pkgrel=5 +pkgrel=6 +_snapdt=20120112 pkgdesc="Linux kernel module handling" arch=('i686' 'x86_64') url="http://git.profusion.mobi/cgit.cgi/kmod.git" @@ -13,26 +14,19 @@ options=('!libtool') provides=('module-init-tools=3.16') conflicts=('module-init-tools') replaces=('module-init-tools') -source=("http://packages.profusion.mobi/$pkgname/$pkgname-$pkgver.tar.xz" - "depmod-search.conf" - "return-non-zero-on-fail.patch" - "use-path-max-for-alias-names.patch" - "fix-error-path-when-loading-deps.patch") -md5sums=('bc0e69f75c2ac22c091f05e166e86c5d' - '4b8cbcbc54b9029c99fd730e257d4436' - '4be6f783a7fc2d1747ccaa2536d2e88f' - '4d801693a6788236b4ed578c24514d62' - 'd0f01e506e825156760e6129f04eea28') +options=('!strip') +source=(#"http://packages.profusion.mobi/$pkgname/$pkgname-$pkgver.tar.xz" + "ftp://ftp.archlinux.org/other/$pkgname/$pkgname-$pkgver.$_snapdt.tar.xz" + "depmod-search.conf") +md5sums=('78252871325d3950bb132cde81c488b0' + '4b8cbcbc54b9029c99fd730e257d4436') build() { cd "$pkgname-$pkgver" - patch -Np1 <"$srcdir/return-non-zero-on-fail.patch" - patch -Np1 <"$srcdir/use-path-max-for-alias-names.patch" - patch -Np1 <"$srcdir/fix-error-path-when-loading-deps.patch" - - ./configure \ + CFLAGS+=' -g' ./configure \ --sysconfdir=/etc \ + --enable-debug \ --with-rootprefix= \ --with-rootlibdir=/lib \ --with-zlib -- cgit v1.2.3-54-g00ecf