netfilter-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH iptables] nfnl_osf: use the right nfnetlink lib
@ 2013-03-29 14:21 Nicolas Dichtel
  2013-03-29 15:20 ` Jan Engelhardt
  0 siblings, 1 reply; 5+ messages in thread
From: Nicolas Dichtel @ 2013-03-29 14:21 UTC (permalink / raw)
  To: pablo; +Cc: netfilter-devel, Nicolas Dichtel

If the user specify libnfnetlink_LIBS during the configure, we must use it.

Signed-off-by: Nicolas Dichtel <nicolas.dichtel@6wind.com>
---
 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
-- 
1.8.0.1


^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2013-04-03  9:21 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-03-29 14:21 [PATCH iptables] nfnl_osf: use the right nfnetlink lib Nicolas Dichtel
2013-03-29 15:20 ` Jan Engelhardt
2013-04-02 14:38   ` Nicolas Dichtel
2013-04-03  2:17     ` Jan Engelhardt
2013-04-03  9:21       ` [PATCH iptables v2] " Nicolas Dichtel

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).