From 50702829bf5ca222f473c2e19e4f64fb48960c69 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Sun, 28 Feb 2016 14:22:58 -0500 Subject: sys-libs/pwdb: update selinux patch #575882 --- sys-libs/pwdb/files/pwdb-0.62-selinux.patch | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) (limited to 'sys-libs/pwdb') diff --git a/sys-libs/pwdb/files/pwdb-0.62-selinux.patch b/sys-libs/pwdb/files/pwdb-0.62-selinux.patch index c31579cc8d98..106be5645176 100644 --- a/sys-libs/pwdb/files/pwdb-0.62-selinux.patch +++ b/sys-libs/pwdb/files/pwdb-0.62-selinux.patch @@ -433,13 +433,11 @@ CFLAGS+=# -DDEBUG -@@ -50,6 +50,6 @@ all: $(LIBSTATIC) $(LIBDYNAME) +@@ -50,6 +50,7 @@ + all: $(LIBSTATIC) $(LIBDYNAME) - $(LIBDYNAME): $(LIBOBJ) -- $(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) $@ ++$(LIBDYNAME): LDLIBS += -lselinux - $(LIBSTATIC): $(LIBOBJ) - $(AR) $@ $(LIBOBJ) + $(LIBDYNAME): $(LIBOBJ) + $(CC) $(LDFLAGS) -shared -Wl,-soname -Wl,$(LIBSONAME) -Wl,-x -o $(LIBFILENAME) $(LIBOBJ) -lcrypt -lnsl $(LDLIBS) -- cgit v1.2.3-65-gdbad