summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris PeBenito <pebenito@gentoo.org>2006-05-10 02:00:13 +0000
committerChris PeBenito <pebenito@gentoo.org>2006-05-10 02:00:13 +0000
commitc057ce5b5ccab514be8368a08337b8f034011af5 (patch)
tree92014e04dd6dbb8cad455a9fc36fdb6fd9b12b55 /sys-libs/pwdb
parentsynced against cvs as 3.3 final is around the corner (diff)
downloadgentoo-2-c057ce5b5ccab514be8368a08337b8f034011af5.tar.gz
gentoo-2-c057ce5b5ccab514be8368a08337b8f034011af5.tar.bz2
gentoo-2-c057ce5b5ccab514be8368a08337b8f034011af5.zip
fix selinux patch
(Portage version: 2.1_pre10-r5)
Diffstat (limited to 'sys-libs/pwdb')
-rw-r--r--sys-libs/pwdb/ChangeLog6
-rw-r--r--sys-libs/pwdb/files/digest-pwdb-0.622
-rw-r--r--sys-libs/pwdb/files/pwdb-0.62-selinux.patch7
3 files changed, 11 insertions, 4 deletions
diff --git a/sys-libs/pwdb/ChangeLog b/sys-libs/pwdb/ChangeLog
index 6b44cdf64575..a94d39e5231b 100644
--- a/sys-libs/pwdb/ChangeLog
+++ b/sys-libs/pwdb/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for sys-libs/pwdb
# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/pwdb/ChangeLog,v 1.35 2006/03/19 08:05:26 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/pwdb/ChangeLog,v 1.36 2006/05/10 02:00:13 pebenito Exp $
+
+ 10 May 2006; Chris PeBenito <pebenito@gentoo.org>
+ files/pwdb-0.62-selinux.patch:
+ Fix SELinux patch to apply on top of the misc source touchups.
19 Mar 2006; Mike Frysinger <vapier@gentoo.org>
files/pwdb-0.62-build.patch:
diff --git a/sys-libs/pwdb/files/digest-pwdb-0.62 b/sys-libs/pwdb/files/digest-pwdb-0.62
index fdf881196ce6..77e7857511b1 100644
--- a/sys-libs/pwdb/files/digest-pwdb-0.62
+++ b/sys-libs/pwdb/files/digest-pwdb-0.62
@@ -1 +1,3 @@
MD5 1a1fd0312040ef37aa741d09465774b4 pwdb-0.62.tar.gz 133183
+RMD160 01aca626eb54e82811ee7c7ae27b96bc22035b75 pwdb-0.62.tar.gz 133183
+SHA256 1e0420b92c9996f82b3364b982f7d6c62460c513afa329b78317b3037dc3d4b9 pwdb-0.62.tar.gz 133183
diff --git a/sys-libs/pwdb/files/pwdb-0.62-selinux.patch b/sys-libs/pwdb/files/pwdb-0.62-selinux.patch
index 55858e27bdff..c31579cc8d98 100644
--- a/sys-libs/pwdb/files/pwdb-0.62-selinux.patch
+++ b/sys-libs/pwdb/files/pwdb-0.62-selinux.patch
@@ -435,10 +435,11 @@
@@ -50,6 +50,6 @@ all: $(LIBSTATIC) $(LIBDYNAME)
+
$(LIBDYNAME): $(LIBOBJ)
-- $(CC) -shared -Wl,-soname -Wl,$(LIBSONAME) -Wl,-x -o $(LIBFILENAME) $(LIBOBJ) -lcrypt -lnsl -lc
-+ $(CC) -shared -Wl,-soname -Wl,$(LIBSONAME) -Wl,-x -o $(LIBFILENAME) $(LIBOBJ) -lcrypt -lnsl -lc -lselinux
+- $(CC) $(LDFLAGS) -shared -Wl,-soname -Wl,$(LIBSONAME) -Wl,-x -o $(LIBFILENAME) $(LIBOBJ) -lcrypt -lnsl -lc
++ $(CC) $(LDFLAGS) -shared -Wl,-soname -Wl,$(LIBSONAME) -Wl,-x -o $(LIBFILENAME) $(LIBOBJ) -lcrypt -lnsl -lc -lselinux
@ln -sf $(LIBFILENAME) $@
$(LIBSTATIC): $(LIBOBJ)
-
+ $(AR) $@ $(LIBOBJ)