From a2256559a6888f79749625fa16dd618167bc36cb Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Tue, 25 Aug 2009 05:41:18 -0400 Subject: drop force pic flags The autotool build system already adds PIC where needed, so don't force our own -D/-f options. Signed-off-by: Mike Frysinger --- src/Makefile.am | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src') diff --git a/src/Makefile.am b/src/Makefile.am index 6da6f9e..3e7e31c 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -6,8 +6,7 @@ AM_CPPFLAGS = \ -I$(top_srcdir) \ -I$(top_srcdir)/libsbutil \ -I$(top_srcdir)/libsbutil/include \ - $(SANDBOX_DEFINES) \ - -DPIC -fPIC + $(SANDBOX_DEFINES) sandbox_LDADD = $(top_builddir)/libsbutil/libsbutil.la $(LIBDL) sandbox_SOURCES = \ -- cgit v1.2.3-65-gdbad