libtool automatically adds PIC flags as needed. Signed-off-by: Jan Engelhardt <jengelh@xxxxxxxxxx> --- src/Makefile.am | 2 +- 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 -- 1.7.1 -- To unsubscribe from this list: send the line "unsubscribe netfilter-devel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html