summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Engelhardt <jengelh@medozas.de>2010-10-30 23:54:44 +0200
committerJan Engelhardt <jengelh@medozas.de>2010-10-30 23:56:24 +0200
commit4558271002c2190d4ee559f6b7a5f499a23ae6a8 (patch)
tree6193b28126aecd763b9f989d468f5c3f2030056a
parenta11cf002c56a59fdac4a6970847d137c7ecf8110 (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 aa1f5ba..a745129 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -21,7 +21,7 @@
LIBVERSION=2:0:1
AM_CPPFLAGS = -I$(top_srcdir)/include -I${KERNELDIR}
-AM_CFLAGS = -fPIC -Wall ${LIBNFNETLINK_CFLAGS}
+AM_CFLAGS = -Wall ${LIBNFNETLINK_CFLAGS}
lib_LTLIBRARIES = libnetfilter_queue.la