Gentoo Archives: gentoo-commits

From: "Johannes Huber (johu)" <johu@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in kde-base/libkworkspace/files: libkworkspace-4.8.0-pam-optional.patch
Date: Fri, 03 Feb 2012 15:50:16
Message-Id: 20120203155003.6392E20032@flycatcher.gentoo.org
1 johu 12/02/03 15:50:03
2
3 Added: libkworkspace-4.8.0-pam-optional.patch
4 Log:
5 Add upstream patch by Michael Palimaka <kde@×××××××××××××××.com>, to make pam support optional in kde modules kde-base/kdm and kde-base/kcheckpass wrt bug #398333.
6
7 (Portage version: 2.2.0_alpha84/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.1 kde-base/libkworkspace/files/libkworkspace-4.8.0-pam-optional.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/libkworkspace/files/libkworkspace-4.8.0-pam-optional.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/libkworkspace/files/libkworkspace-4.8.0-pam-optional.patch?rev=1.1&content-type=text/plain
14
15 Index: libkworkspace-4.8.0-pam-optional.patch
16 ===================================================================
17 commit 619f589f523448fd5b47f3c59ec2994642312585
18 Author: Theo Chatzimichos <tampakrap@g.o>
19 Date: Fri Feb 3 15:51:10 2012 +0100
20
21 Fix optional PAM support, patch by Michael Palimaka <kde@×××××××××××××××.com>
22
23 REVIEW:103818
24
25 diff --git a/cmake/modules/UnixAuth.cmake b/cmake/modules/UnixAuth.cmake
26 index 904f0cb..0347251 100644
27 --- a/cmake/modules/UnixAuth.cmake
28 +++ b/cmake/modules/UnixAuth.cmake
29 @@ -1,4 +1,4 @@
30 -find_package(PAM)
31 +macro_optional_find_package(PAM)
32
33 include(CheckFunctionExists)
34 include(CheckLibraryExists)