On Friday 2013-03-29 15:21, Nicolas Dichtel wrote: >If the user specify libnfnetlink_LIBS during the configure, we must use it. > >Signed-off-by: Nicolas Dichtel <nicolas.dichtel@xxxxxxxxx> >--- > utils/Makefile.am | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/utils/Makefile.am b/utils/Makefile.am >index f1bbfc5..8a85396 100644 >--- a/utils/Makefile.am >+++ b/utils/Makefile.am >@@ -7,4 +7,4 @@ AM_CPPFLAGS = ${regular_CPPFLAGS} -I${top_builddir}/include \ > sbin_PROGRAMS = nfnl_osf > pkgdata_DATA = pf.os > >-nfnl_osf_LDADD = -lnfnetlink >+nfnl_osf_LDADD = ${libnfnetlink_LIBS} -lnfnetlink You really should remove -lnfnetlink :) -- 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