fix nufw compile

git-svn-id: svn://svn.openwrt.org/openwrt/packages@12605 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
nbd 2008-09-13 21:49:17 +00:00
parent d3c83ffdfd
commit f3e397a178

View File

@ -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