summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris PeBenito <pebenito@gentoo.org>2004-01-22 02:32:41 +0000
committerChris PeBenito <pebenito@gentoo.org>2004-01-22 02:32:41 +0000
commit05af6b86094635d4c8887793fc4c7af7dc936954 (patch)
tree73f2e6018676abbc9e984c4689cbc117b817bf10 /sys-libs
parentNot supported upstream any more (diff)
downloadgentoo-2-05af6b86094635d4c8887793fc4c7af7dc936954.tar.gz
gentoo-2-05af6b86094635d4c8887793fc4c7af7dc936954.tar.bz2
gentoo-2-05af6b86094635d4c8887793fc4c7af7dc936954.zip
Fix selinux patch to not link against attr
Diffstat (limited to 'sys-libs')
-rw-r--r--sys-libs/pwdb/ChangeLog8
-rw-r--r--sys-libs/pwdb/files/pwdb-0.62-selinux.patch4
2 files changed, 8 insertions, 4 deletions
diff --git a/sys-libs/pwdb/ChangeLog b/sys-libs/pwdb/ChangeLog
index 9bd830b0d249..36674acd7f76 100644
--- a/sys-libs/pwdb/ChangeLog
+++ b/sys-libs/pwdb/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for sys-libs/pwdb
-# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/pwdb/ChangeLog,v 1.19 2003/12/21 16:47:52 brad_mssw Exp $
+# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/pwdb/ChangeLog,v 1.20 2004/01/22 02:32:41 pebenito Exp $
+
+ 21 Jan 2004; Chris PeBenito <pebenito@gentoo.org>
+ files/pwdb-0.62-selinux.patch:
+ Fix selinux patch to not link against attr
21 Dec 2003; Brad House <brad_mssw@gentoo.org> pwdb-0.62.ebuild:
mark stable on amd64
diff --git a/sys-libs/pwdb/files/pwdb-0.62-selinux.patch b/sys-libs/pwdb/files/pwdb-0.62-selinux.patch
index e87d5a8a8f52..4bbd8a6dc749 100644
--- a/sys-libs/pwdb/files/pwdb-0.62-selinux.patch
+++ b/sys-libs/pwdb/files/pwdb-0.62-selinux.patch
@@ -4,7 +4,7 @@
SRCS = $(addsuffix .c,$(PROGS))
OBJS = $(addsuffix .o,$(PROGS))
-+SELINUXLIBS = -lselinux -lattr
++SELINUXLIBS = -lselinux
+
# rules
junk:
@@ -438,7 +438,7 @@
$(LIBDYNAME): $(LIBOBJ)
#$(LD) -soname $(LIBSONAME) -x -shared -o $(LIBFILENAME) $(LIBOBJ) -lcrypt -lnsl -lc
- $(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 -lattr
++ $(CC) -shared -Wl,-soname -Wl,$(LIBSONAME) -Wl,-x -o $(LIBFILENAME) $(LIBOBJ) -lcrypt -lnsl -lc -lselinux
@ln -sf $(LIBFILENAME) $@
$(LIBSTATIC): $(LIBOBJ)