diff options
author | 2008-02-18 14:42:58 +0000 | |
---|---|---|
committer | 2008-02-18 14:42:58 +0000 | |
commit | c6af2cfcb0edd681a499ec54403a940d13ddd758 (patch) | |
tree | 275297cb90ab4a0db9544994c6fb5234c80fb48c /sys-libs/libcap/files | |
parent | Include fix for news test failure (diff) | |
download | gentoo-2-c6af2cfcb0edd681a499ec54403a940d13ddd758.tar.gz gentoo-2-c6af2cfcb0edd681a499ec54403a940d13ddd758.tar.bz2 gentoo-2-c6af2cfcb0edd681a499ec54403a940d13ddd758.zip |
Revision bump to fix PAM handling: now the pam USE flag does not only build but also install pam_cap.so, and the built pam_cap.so is actually working with PAM.
Not that I was able to get my user to receive any additional capability, yet.
(Portage version: 2.1.4.4)
Diffstat (limited to 'sys-libs/libcap/files')
-rw-r--r-- | sys-libs/libcap/files/2.06/0006-cleanup-build-system.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-libs/libcap/files/2.06/0006-cleanup-build-system.patch b/sys-libs/libcap/files/2.06/0006-cleanup-build-system.patch index cecde8cd2cbe..590567013a2b 100644 --- a/sys-libs/libcap/files/2.06/0006-cleanup-build-system.patch +++ b/sys-libs/libcap/files/2.06/0006-cleanup-build-system.patch @@ -148,7 +148,7 @@ index 3b3d266..e20d059 100644 topdir=$(shell pwd)/.. include ../Make.Rules -+LDLIBS += -lcap ++LDLIBS += -lcap -lpam +CFLAGS += -fPIC + all: pam_cap.so |