summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2015-07-07 08:28:13 +0000
committerMike Frysinger <vapier@gentoo.org>2015-07-07 08:28:13 +0000
commit22fe90c4ed2a4d5f10be49e4ace22a837b457e7f (patch)
tree4ddc7a777f63e43e7890e6827efbe253863b9cf3 /sys-auth
parentVersion bump to migrate to transparently migrate users to new package name #4... (diff)
downloadgentoo-2-22fe90c4ed2a4d5f10be49e4ace22a837b457e7f.tar.gz
gentoo-2-22fe90c4ed2a4d5f10be49e4ace22a837b457e7f.tar.bz2
gentoo-2-22fe90c4ed2a4d5f10be49e4ace22a837b457e7f.zip
Install pam module into multilib dir.
(Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key D2E96200)
Diffstat (limited to 'sys-auth')
-rw-r--r--sys-auth/passwdqc/ChangeLog6
-rw-r--r--sys-auth/passwdqc/files/passwdqc-1.3.0-build.patch3
2 files changed, 7 insertions, 2 deletions
diff --git a/sys-auth/passwdqc/ChangeLog b/sys-auth/passwdqc/ChangeLog
index a4f723cccffc..af802ee25b08 100644
--- a/sys-auth/passwdqc/ChangeLog
+++ b/sys-auth/passwdqc/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for sys-auth/passwdqc
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-auth/passwdqc/ChangeLog,v 1.1 2015/07/07 08:14:55 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-auth/passwdqc/ChangeLog,v 1.2 2015/07/07 08:28:13 vapier Exp $
+
+ 07 Jul 2015; Mike Frysinger <vapier@gentoo.org>
+ files/passwdqc-1.3.0-build.patch:
+ Install pam module into multilib dir.
*passwdqc-1.3.0 (07 Jul 2015)
diff --git a/sys-auth/passwdqc/files/passwdqc-1.3.0-build.patch b/sys-auth/passwdqc/files/passwdqc-1.3.0-build.patch
index 2e7ca0bda95e..c8adeb89b4ab 100644
--- a/sys-auth/passwdqc/files/passwdqc-1.3.0-build.patch
+++ b/sys-auth/passwdqc/files/passwdqc-1.3.0-build.patch
@@ -11,7 +11,8 @@
SHARED_LIBDIR_REL = ../..$(SHARED_LIBDIR)
-DEVEL_LIBDIR = /usr/lib
+DEVEL_LIBDIR = /usr/$(LIBDIR)
- SECUREDIR = /lib/security
+-SECUREDIR = /lib/security
++SECUREDIR = /$(LIBDIR)/security
SECUREDIR_SUN = /usr/lib/security
SECUREDIR_DARWIN = /usr/lib/pam
@@ -48,7 +49,7 @@