]> git.ipfire.org Git - ipfire-3.x.git/blobdiff - libselinux/patches/libselinux-ipfire.patch
libselinux: Update to 2.1.8.
[ipfire-3.x.git] / libselinux / patches / libselinux-ipfire.patch
diff --git a/libselinux/patches/libselinux-ipfire.patch b/libselinux/patches/libselinux-ipfire.patch
deleted file mode 100644 (file)
index b955329..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
-diff -Nur old/src/Makefile new/src/Makefile
---- old/src/Makefile   2011-11-04 13:57:23.000000000 +0100
-+++ new/src/Makefile   2011-11-19 12:24:54.163850653 +0100
-@@ -102,7 +102,7 @@
-       $(CC) $(filter-out -Werror, $(CFLAGS)) $(PYINC) -fPIC -DSHARED -c -o $@ $<
- $(AUDIT2WHYSO): $(AUDIT2WHYLOBJ)
--      $(CC) $(CFLAGS) $(LDFLAGS) -shared -o $@ $^ -L. -lselinux $(LIBDIR)/libsepol.a -L$(LIBDIR) -Wl,-soname,$@
-+      $(CC) $(CFLAGS) $(LDFLAGS) -shared -o $@ $^ -L. -lselinux -lsepol -L$(LIBDIR) -Wl,-soname,$@
- %.o:  %.c policy.h
-       $(CC) $(CFLAGS) $(TLSFLAGS) -c -o $@ $<