* [gentoo-commits] gentoo-x86 commit in sys-libs/libcap/files: libcap-2.20-build-system-fixes.patch
@ 2011-01-26 3:31 Mike Frysinger (vapier)
0 siblings, 0 replies; only message in thread
From: Mike Frysinger (vapier) @ 2011-01-26 3:31 UTC (permalink / raw
To: gentoo-commits
vapier 11/01/26 03:31:49
Modified: libcap-2.20-build-system-fixes.patch
Log:
Also build pam module with -fPIC #352758 by Seemant Kulleen.
(Portage version: 2.2.0_alpha19/cvs/Linux x86_64)
Revision Changes Path
1.2 sys-libs/libcap/files/libcap-2.20-build-system-fixes.patch
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/libcap/files/libcap-2.20-build-system-fixes.patch?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/libcap/files/libcap-2.20-build-system-fixes.patch?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/libcap/files/libcap-2.20-build-system-fixes.patch?r1=1.1&r2=1.2
Index: libcap-2.20-build-system-fixes.patch
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-libs/libcap/files/libcap-2.20-build-system-fixes.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- libcap-2.20-build-system-fixes.patch 25 Jan 2011 21:00:58 -0000 1.1
+++ libcap-2.20-build-system-fixes.patch 26 Jan 2011 03:31:49 -0000 1.2
@@ -1,4 +1,4 @@
-From bb4491059b315433a421e8fd37286f1a0077fd1e Mon Sep 17 00:00:00 2001
+From 5540f3c2a3bd70ebc8140b74ac5a0aecdbc53234 Mon Sep 17 00:00:00 2001
From: Mike Frysinger <vapier@gentoo.org>
Date: Sun, 16 Nov 2008 09:10:31 -0500
Subject: [PATCH] build system fixes
@@ -16,9 +16,9 @@
---
Make.Rules | 25 +++++++++++++------------
libcap/Makefile | 11 ++++++-----
- pam_cap/Makefile | 6 +++---
+ pam_cap/Makefile | 8 +++++---
progs/Makefile | 2 +-
- 4 files changed, 23 insertions(+), 21 deletions(-)
+ 4 files changed, 25 insertions(+), 21 deletions(-)
diff --git a/Make.Rules b/Make.Rules
index 011aa14..6e432a6 100644
@@ -115,10 +115,19 @@
install: all
mkdir -p -m 0755 $(INCDIR)/sys
diff --git a/pam_cap/Makefile b/pam_cap/Makefile
-index 9ca5bef..be49338 100644
+index 9ca5bef..bdae933 100644
--- a/pam_cap/Makefile
+++ b/pam_cap/Makefile
-@@ -17,13 +17,13 @@ install: all
+@@ -9,6 +9,8 @@ include ../Make.Rules
+ # written (and you know why it fails), email me and explain why. Thanks!
+ LDLIBS += -L../libcap -lcap
+
++CFLAGS += -fPIC
++
+ all: pam_cap.so
+ $(MAKE) testcompile
+
+@@ -17,13 +19,13 @@ install: all
install -m 0755 pam_cap.so $(LIBDIR)/security
pam_cap.so: pam_cap.o
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2011-01-26 3:32 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-01-26 3:31 [gentoo-commits] gentoo-x86 commit in sys-libs/libcap/files: libcap-2.20-build-system-fixes.patch Mike Frysinger (vapier)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox