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:
ded2734
)
unbreak nufw
author
John Crispin
<john@openwrt.org>
Tue, 5 Jun 2012 17:52:37 +0000
(17:52 +0000)
committer
John Crispin
<john@openwrt.org>
Tue, 5 Jun 2012 17:52:37 +0000
(17:52 +0000)
SVN-Revision: 32067
net/nufw/Makefile
patch
|
blob
|
history
diff --git
a/net/nufw/Makefile
b/net/nufw/Makefile
index b378f93c44ad52dfd7fff92b4383e91392d17859..f8d69c8c557fd9f390dd2fe6ca4ef27901fd2f11 100644
(file)
--- a/
net/nufw/Makefile
+++ b/
net/nufw/Makefile
@@
-87,7
+87,7
@@
define Build/Compile
-L$(INTL_PREFIX)/lib \
-L$(ICONV_PREFIX)/lib \
-Wl,-rpath-link,$(STAGING_DIR)/usr/lib -liconv \
- -lgnutls -lnetfilter_queue -lpthread" \
+ -lgnutls -lnetfilter_queue -lpthread
-lgcrypt
" \
DESTDIR="$(PKG_INSTALL_DIR)" \
all install
endef