unbreak nufw
authorJohn Crispin <john@openwrt.org>
Tue, 5 Jun 2012 17:52:37 +0000 (17:52 +0000)
committerJohn Crispin <john@openwrt.org>
Tue, 5 Jun 2012 17:52:37 +0000 (17:52 +0000)
SVN-Revision: 32067

net/nufw/Makefile

index b378f93c44ad52dfd7fff92b4383e91392d17859..f8d69c8c557fd9f390dd2fe6ca4ef27901fd2f11 100644 (file)
@@ -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