Gentoo Archives: gentoo-commits

From: "Mike Frysinger (vapier)" <vapier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-auth/passwdqc/files: passwdqc-1.3.0-build.patch
Date: Tue, 07 Jul 2015 08:28:21
Message-Id: 20150707082813.56819753@oystercatcher.gentoo.org
1 vapier 15/07/07 08:28:13
2
3 Modified: passwdqc-1.3.0-build.patch
4 Log:
5 Install pam module into multilib dir.
6
7 (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key D2E96200)
8
9 Revision Changes Path
10 1.2 sys-auth/passwdqc/files/passwdqc-1.3.0-build.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/passwdqc/files/passwdqc-1.3.0-build.patch?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/passwdqc/files/passwdqc-1.3.0-build.patch?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/passwdqc/files/passwdqc-1.3.0-build.patch?r1=1.1&r2=1.2
15
16 Index: passwdqc-1.3.0-build.patch
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sys-auth/passwdqc/files/passwdqc-1.3.0-build.patch,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- passwdqc-1.3.0-build.patch 7 Jul 2015 08:14:55 -0000 1.1
23 +++ passwdqc-1.3.0-build.patch 7 Jul 2015 08:28:13 -0000 1.2
24 @@ -11,7 +11,8 @@
25 SHARED_LIBDIR_REL = ../..$(SHARED_LIBDIR)
26 -DEVEL_LIBDIR = /usr/lib
27 +DEVEL_LIBDIR = /usr/$(LIBDIR)
28 - SECUREDIR = /lib/security
29 +-SECUREDIR = /lib/security
30 ++SECUREDIR = /$(LIBDIR)/security
31 SECUREDIR_SUN = /usr/lib/security
32 SECUREDIR_DARWIN = /usr/lib/pam
33 @@ -48,7 +49,7 @@