summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Engelhardt <jengelh@medozas.de>2010-10-31 00:00:41 +0200
committerJan Engelhardt <jengelh@medozas.de>2010-10-31 00:00:41 +0200
commit360d428b1d03b1a6ac5d73d15a1e169b0094ab28 (patch)
treea551c70548e437ff9d9a6385e3b03a26cf48f302
parentc4f6fabe5920d0a0bc7c96ea9f3baf8a42f6fbfd (diff)
build: remove -fPIC flag
libtool automatically adds PIC flags as needed. Signed-off-by: Jan Engelhardt <jengelh@medozas.de>
-rw-r--r--src/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 65eedf5..5668473 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -21,7 +21,7 @@
LIBVERSION=2:0:1
AM_CPPFLAGS = -I$(top_srcdir)/include
-AM_CFLAGS = -fPIC -Wall
+AM_CFLAGS = -Wall
LIBS = @LIBNFLOG_LIBS@
lib_LTLIBRARIES = libnetfilter_log.la libnetfilter_log_libipulog.la