From: Mike Frysinger Date: Sun, 28 Feb 2016 19:22:58 +0000 (-0500) Subject: sys-libs/pwdb: update selinux patch #575882 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=50702829bf5ca222f473c2e19e4f64fb48960c69;p=gentoo.git sys-libs/pwdb: update selinux patch #575882 --- 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)