diff options
author | Mike Frysinger <vapier@gentoo.org> | 2009-08-25 05:41:18 -0400 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2009-08-25 05:41:18 -0400 |
commit | a2256559a6888f79749625fa16dd618167bc36cb (patch) | |
tree | 9ba2ac46b277cc8185a8f78b4a3d00abe1ecf964 /src | |
parent | use AM_SILENT_RULES() for now (diff) | |
download | sandbox-a2256559a6888f79749625fa16dd618167bc36cb.tar.gz sandbox-a2256559a6888f79749625fa16dd618167bc36cb.tar.bz2 sandbox-a2256559a6888f79749625fa16dd618167bc36cb.zip |
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 <vapier@gentoo.org>
Diffstat (limited to 'src')
-rw-r--r-- | src/Makefile.am | 3 |
1 files changed, 1 insertions, 2 deletions
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 = \ |