]> git.ipfire.org Git - people/arne_f/ipfire-3.x.git/blob - libselinux/patches/libselinux-ipfire.patch
autoconf: updated to 2.69.
[people/arne_f/ipfire-3.x.git] / libselinux / patches / libselinux-ipfire.patch
1 diff -Nur a/src/Makefile b/src/Makefile
2 --- a/src/Makefile 2010-11-06 13:49:19.000000000 +0100
3 +++ b/src/Makefile 2010-06-16 14:03:39.000000000 +0200
4 @@ -95,7 +95,7 @@
5 $(CC) $(CFLAGS) -I$(PYINC) -fPIC -DSHARED -c -o $@ $<
6
7 $(AUDIT2WHYSO): audit2why.lo
8 - $(CC) $(CFLAGS) $(LDFLAGS) -shared -o $@ $^ -L. -lselinux ${LIBDIR}/libsepol.a -L$(LIBDIR) -Wl,-soname,$@
9 + $(CC) $(CFLAGS) $(LDFLAGS) -shared -o $@ $^ -L. -lselinux -lsepol -L$(LIBDIR) -Wl,-soname,$@
10
11 %.o: %.c policy.h
12 $(CC) $(CFLAGS) $(TLSFLAGS) -c -o $@ $<