projects
/
openwrt
/
svn-archive
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7a6a428
)
fix nufw compile
author
Felix Fietkau
<nbd@openwrt.org>
Sat, 13 Sep 2008 21:49:17 +0000
(21:49 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Sat, 13 Sep 2008 21:49:17 +0000
(21:49 +0000)
SVN-Revision: 12605
net/nufw/Makefile
patch
|
blob
|
history
diff --git
a/net/nufw/Makefile
b/net/nufw/Makefile
index 8d00a20b8cff83dc24ddece8ca53d4f0468e0941..1dd395b6e38de6d9be1cd14bbf588db867ae6880 100644
(file)
--- 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