From 52dbb80070c4e2df83f6cfd835e5ceb43aa8382d Mon Sep 17 00:00:00 2001 From: Michael E Brown Date: Mon, 13 Aug 2007 01:51:04 -0500 Subject: Patch from Roland McGrath to fix build for selinux shared library. --- src/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/Makefile b/src/Makefile index c98de15..68085fb 100644 --- a/src/Makefile +++ b/src/Makefile @@ -21,7 +21,7 @@ endif all: $(EXECUTABLE) $(LIBRARY) $(LIBRARY): selinux-mock.o - $(LD) -shared -o $(LIBRARY) selinux-mock.o + $(CC) $(CFLAGS) -shared -o $(LIBRARY) selinux-mock.o selinux-mock.o: selinux-mock.c $(CC) $(CFLAGS) -fPIC -c selinux-mock.c -- cgit