]> git.ipfire.org Git - thirdparty/ipset.git/commitdiff
build: remove manual -fPIC flag
authorJan Engelhardt <jengelh@medozas.de>
Tue, 19 Oct 2010 15:54:33 +0000 (17:54 +0200)
committerJan Engelhardt <jengelh@medozas.de>
Tue, 19 Oct 2010 15:54:52 +0000 (17:54 +0200)
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>
lib/Makefile.am

index 74f36e8cdcd60cebcaedb1162739169b4acbcdcd..79b81dbf5a5d53b30496eaf7fcb0790afca4761d 100644 (file)
@@ -1,6 +1,6 @@
 include $(top_srcdir)/Make_global.am
 
-AM_CFLAGS += -fPIC ${libmnl_CFLAGS}
+AM_CFLAGS += ${libmnl_CFLAGS}
 
 lib_LTLIBRARIES = libipset.la