summaryrefslogtreecommitdiffstats
path: root/main/linux-pam/APKBUILD
diff options
context:
space:
mode:
authorCarlo Landmeter <clandmeter@gmail.com>2013-01-05 15:37:31 +0100
committerCarlo Landmeter <clandmeter@gmail.com>2013-01-05 15:37:46 +0100
commit9b8e0b3b7d00434c1c9457b737d389f2a15f2b53 (patch)
tree15fcd976757e206ebcc63caafd2d1a8d852e195e /main/linux-pam/APKBUILD
parent5226fab5c4bbebe99965c393bea1ef5686cbf6fe (diff)
downloadaports-9b8e0b3b7d00434c1c9457b737d389f2a15f2b53.tar.bz2
aports-9b8e0b3b7d00434c1c9457b737d389f2a15f2b53.tar.xz
main/linux-pam: upgrade to 2.16
Diffstat (limited to 'main/linux-pam/APKBUILD')
-rw-r--r--main/linux-pam/APKBUILD15
1 files changed, 10 insertions, 5 deletions
diff --git a/main/linux-pam/APKBUILD b/main/linux-pam/APKBUILD
index a5968c5e5..b11640325 100644
--- a/main/linux-pam/APKBUILD
+++ b/main/linux-pam/APKBUILD
@@ -1,7 +1,7 @@
# Contributor: William Pitcock <nenolod@dereferenced.org>
# Maintainer: William Pitcock <nenolod@dereferenced.org>
pkgname=linux-pam
-pkgver=1.1.5
+pkgver=1.1.6
pkgrel=0
pkgdesc="pluggable authentication modules for linux"
url="http://www.kernel.org/pub/linux/libs/pam"
@@ -9,7 +9,7 @@ arch="all"
license="BSD"
depends=
depends_dev="gettext-dev"
-makedepends="$depends_dev bison flex"
+makedepends="$depends_dev bison flex autoconf automake libtool"
install=""
subpackages="$pkgname-dev $pkgname-doc"
source="https://fedorahosted.org/releases/l/i/linux-pam/Linux-PAM-$pkgver.tar.bz2
@@ -19,7 +19,9 @@ source="https://fedorahosted.org/releases/l/i/linux-pam/Linux-PAM-$pkgver.tar.bz
base-password.pamd
base-session.pamd
base-session-noninteractive.pamd
- other.pamd"
+ other.pamd
+ libpam-fix-build-with-eglibc-2.16.patch
+ linux-pam-1.1.6-destdir.patch"
_builddir="$srcdir"/Linux-PAM-$pkgver
prepare() {
@@ -34,6 +36,7 @@ prepare() {
build() {
cd "$_builddir"
+ autoreconf -vif || return 1
./configure --prefix=/usr \
--libdir=/lib \
--sysconfdir=/etc \
@@ -67,11 +70,13 @@ package() {
find "$pkgdir" -name *.la -print | xargs rm
}
-md5sums="927ee5585bdec5256c75117e9348aa47 Linux-PAM-1.1.5.tar.bz2
+md5sums="7b73e58b7ce79ffa321d408de06db2c4 Linux-PAM-1.1.6.tar.bz2
c309401e103cc86e8b25557ff3eb0b53 linux-pam-innetgr.patch
aa5bb7c9d8e4687aea1ae69b7447254a base-auth.pamd
fafcf29cb9bab788cb4933106be31883 base-account.pamd
117535e4938f478efced1398b408cf96 base-password.pamd
baec6808544bf6cebc59e07467f8c213 base-session.pamd
afbdd8eb4db5c31dfd8e8da35c698b90 base-session-noninteractive.pamd
-b8e839ece64df173f16d28520eb8d66c other.pamd"
+b8e839ece64df173f16d28520eb8d66c other.pamd
+23320dadf8e36846b6bbd7903f95ece5 libpam-fix-build-with-eglibc-2.16.patch
+cc3bb10c851bb925708cc8b74967e3b7 linux-pam-1.1.6-destdir.patch"