From f3e397a1781cd6056c6ed53f9eb71fa5fb641e58 Mon Sep 17 00:00:00 2001 From: nbd Date: Sat, 13 Sep 2008 21:49:17 +0000 Subject: [PATCH] fix nufw compile git-svn-id: svn://svn.openwrt.org/openwrt/packages@12605 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- net/nufw/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/net/nufw/Makefile b/net/nufw/Makefile index 8d00a20b8..1dd395b6e 100644 --- a/net/nufw/Makefile +++ b/net/nufw/Makefile @@ -78,7 +78,8 @@ define Build/Compile LDFLAGS="-L$(STAGING_DIR)/lib -L$(STAGING_DIR)/usr/lib \ -L$(STAGING_DIR)/usr/lib/libintl/lib \ -L$(STAGING_DIR)/usr/lib/libiconv/lib \ - -Wl,-rpath-link,$(STAGING_DIR)/usr/lib -liconv" \ + -Wl,-rpath-link,$(STAGING_DIR)/usr/lib -liconv \ + -lgnutls -lnetfilter_queue -lpthread" \ DESTDIR="$(PKG_INSTALL_DIR)" \ all install endef