summaryrefslogtreecommitdiff
path: root/testing/kmod/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'testing/kmod/PKGBUILD')
-rw-r--r--testing/kmod/PKGBUILD14
1 files changed, 10 insertions, 4 deletions
diff --git a/testing/kmod/PKGBUILD b/testing/kmod/PKGBUILD
index d278860cb..e0269b3df 100644
--- a/testing/kmod/PKGBUILD
+++ b/testing/kmod/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 146226 2012-01-06 11:00:10Z dreisner $
+# $Id: PKGBUILD 146297 2012-01-08 22:05:13Z dreisner $
# Maintainer: Dave Reisner <dreisner@archlinux.org>
pkgname=kmod
pkgver=3
-pkgrel=4
+pkgrel=5
pkgdesc="Linux kernel module handling"
arch=('i686' 'x86_64')
url="http://git.profusion.mobi/cgit.cgi/kmod.git"
@@ -15,15 +15,21 @@ 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")
+ "return-non-zero-on-fail.patch"
+ "use-path-max-for-alias-names.patch"
+ "fix-error-path-when-loading-deps.patch")
md5sums=('bc0e69f75c2ac22c091f05e166e86c5d'
'4b8cbcbc54b9029c99fd730e257d4436'
- '4be6f783a7fc2d1747ccaa2536d2e88f')
+ '4be6f783a7fc2d1747ccaa2536d2e88f'
+ '4d801693a6788236b4ed578c24514d62'
+ 'd0f01e506e825156760e6129f04eea28')
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 \
--sysconfdir=/etc \