summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlon Bar-Lev <alonbl@gentoo.org>2018-08-15 18:33:34 +0300
committerAlon Bar-Lev <alonbl@gentoo.org>2018-08-15 18:34:42 +0300
commite9f8f67257b2e4bce52ecd5c9ff8abebfa48c1b1 (patch)
tree06c886988976ab44086861fdbf25080a58a7110c /sys-auth/pam_p11/pam_p11-0.2.0.ebuild
parentsys-fs/mdadm: Bump to version 4.1_rc2. Removed old. (diff)
downloadgentoo-e9f8f67257b2e4bce52ecd5c9ff8abebfa48c1b1.tar.gz
gentoo-e9f8f67257b2e4bce52ecd5c9ff8abebfa48c1b1.tar.bz2
gentoo-e9f8f67257b2e4bce52ecd5c9ff8abebfa48c1b1.zip
sys-auth/pam_p11: fix unsigned comparison
Closes: https://bugs.gentoo.org/show_bug.cgi?id=663678 Package-Manager: Portage-2.3.40, Repoman-2.3.9
Diffstat (limited to 'sys-auth/pam_p11/pam_p11-0.2.0.ebuild')
-rw-r--r--sys-auth/pam_p11/pam_p11-0.2.0.ebuild4
1 files changed, 4 insertions, 0 deletions
diff --git a/sys-auth/pam_p11/pam_p11-0.2.0.ebuild b/sys-auth/pam_p11/pam_p11-0.2.0.ebuild
index 5719fc04d4c4..d409179e1396 100644
--- a/sys-auth/pam_p11/pam_p11-0.2.0.ebuild
+++ b/sys-auth/pam_p11/pam_p11-0.2.0.ebuild
@@ -20,6 +20,10 @@ RDEPEND="virtual/pam
DEPEND="${RDEPEND}
virtual/pkgconfig"
+PATCHES=(
+ "${FILESDIR}/${P}-build.patch"
+)
+
src_configure() {
econf --with-pamdir="$(getpam_mod_dir)"
}