From: nbd Date: Sat, 13 Sep 2008 21:49:17 +0000 (+0000) Subject: fix nufw compile X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=f3e397a1781cd6056c6ed53f9eb71fa5fb641e58;p=packages.git fix nufw compile git-svn-id: svn://svn.openwrt.org/openwrt/packages@12605 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- 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