From: Felix Fietkau Date: Sat, 13 Sep 2008 21:49:17 +0000 (+0000) Subject: fix nufw compile X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=commitdiff_plain;h=220d83d32087b5ed72e716ecab24145d6ff1bfee fix nufw compile SVN-Revision: 12605 --- diff --git a/net/nufw/Makefile b/net/nufw/Makefile index 8d00a20b8c..1dd395b6e3 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