From 91c7437c25066cc94bf81be18a6f94c0c83bfb6c Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Tue, 19 Oct 2010 17:54:33 +0200 Subject: 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 --- lib/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') 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 -- cgit v1.2.3