summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorJan Engelhardt <jengelh@medozas.de>2010-10-19 17:54:33 +0200
committerJan Engelhardt <jengelh@medozas.de>2010-10-19 17:54:52 +0200
commit91c7437c25066cc94bf81be18a6f94c0c83bfb6c (patch)
tree549b68f75783b3d884806118ce7cfdd4961d4c4b /lib
parent7607e809e947dbdc89de84cbad960e5aa0accc91 (diff)
build: remove manual -fPIC flag
libtool will take care of adding -fPIC as needed. In fact, static libraries are often not desired to be compiled with -fPIC. Signed-off-by: Jan Engelhardt <jengelh@medozas.de>
Diffstat (limited to 'lib')
-rw-r--r--lib/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Makefile.am b/lib/Makefile.am
index 74f36e8..79b81db 100644
--- a/lib/Makefile.am
+++ b/lib/Makefile.am
@@ -1,6 +1,6 @@
include $(top_srcdir)/Make_global.am
-AM_CFLAGS += -fPIC ${libmnl_CFLAGS}
+AM_CFLAGS += ${libmnl_CFLAGS}
lib_LTLIBRARIES = libipset.la