summaryrefslogtreecommitdiff
path: root/core/kmod/PKGBUILD
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2012-10-24 01:50:39 -0700
committerroot <root@rshg054.dnsready.net>2012-10-24 01:50:39 -0700
commit120df4e0db159525806a9b33364483e76f9d51d3 (patch)
treeb78de64b601a46cc403d8663201bad6feb41c791 /core/kmod/PKGBUILD
parent3c19af9355ba86a5b99d6e5a57ecaa68a7ea6e8e (diff)
Wed Oct 24 01:47:51 PDT 2012
Diffstat (limited to 'core/kmod/PKGBUILD')
-rw-r--r--core/kmod/PKGBUILD14
1 files changed, 12 insertions, 2 deletions
diff --git a/core/kmod/PKGBUILD b/core/kmod/PKGBUILD
index a35c01a4a..e5f78609e 100644
--- a/core/kmod/PKGBUILD
+++ b/core/kmod/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 166572 2012-09-12 13:25:27Z dreisner $
+# $Id: PKGBUILD 169581 2012-10-23 22:08:40Z dreisner $
# Maintainer: Dave Reisner <dreisner@archlinux.org>
pkgname=kmod
pkgver=10
-pkgrel=1
+pkgrel=2
pkgdesc="Linux kernel module handling"
arch=('i686' 'x86_64')
url='http://git.kernel.org/?p=utils/kernel/kmod/kmod.git;a=summary'
@@ -15,13 +15,23 @@ provides=('module-init-tools=3.16')
conflicts=('module-init-tools')
replaces=('module-init-tools')
source=("ftp://ftp.kernel.org/pub/linux/utils/kernel/$pkgname/$pkgname-$pkgver.tar.xz"
+ '0001-depmod-fix-parsing-of-modules.order-with-compressed-.patch'
+ '0001-libkmod-Add-support-for-.-in-module-parameter-on-kcm.patch'
"depmod-search.conf")
md5sums=('e2a883c4df15a50f78a7a61d5b64089f'
+ '47005a6e70496d429d40e3fc4fd89755'
+ 'ecf5bfd4fd9ed14cf0dc1ce4025d256b'
'dd62cbf62bd8f212f51ef8c43bec9a77')
build() {
cd "$pkgname-$pkgver"
+ # upstream commit 88c247f7f18ac25181ddcaff97fbbecbd3a29f57
+ patch -Np1 < "$srcdir/0001-depmod-fix-parsing-of-modules.order-with-compressed-.patch"
+
+ # upstream commit 66f3228d17d66d7e2dd484427259290fbc82b2f0
+ patch -Np1 < "$srcdir/0001-libkmod-Add-support-for-.-in-module-parameter-on-kcm.patch"
+
./configure \
--sysconfdir=/etc \
--enable-gtk-doc \