From: Daniel Golle Date: Fri, 11 Sep 2015 07:15:53 +0000 (+0200) Subject: gnunet: fix build with full NLS support X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=26b636c00f8045e53d32f7075455492dac476803;p=openwrt-packages.git gnunet: fix build with full NLS support Signed-off-by: Daniel Golle --- diff --git a/net/gnunet/Makefile b/net/gnunet/Makefile index 0fdb4fa8c..469fdd242 100644 --- a/net/gnunet/Makefile +++ b/net/gnunet/Makefile @@ -30,8 +30,11 @@ PKG_FIXUP:=autoreconf PKG_INSTALL:=1 include $(INCLUDE_DIR)/package.mk +include $(INCLUDE_DIR)/nls.mk CONFIGURE_ARGS+= \ + --with-libiconv-prefix="$(ICONV_PREFIX)" \ + --with-libintl-prefix="$(INTL_PREFIX)" \ --with-ltdl \ $(if $(CONFIG_PACKAGE_$(PKG_NAME)-mysql),--with-mysql="$(STAGING_DIR)/usr",--without-mysql) \ $(if $(CONFIG_PACKAGE_$(PKG_NAME)-pgsql),--with-postgresql="$(STAGING_DIR)/usr/bin/pg_config",--without-postgresql) \ @@ -56,7 +59,7 @@ define Package/gnunet $(call Package/gnunet/Default) TITLE+= - a peer-to-peer framework focusing on security DEPENDS:=+ca-certificates +libgnurl +libgnutls +libidn +libltdl \ - +libmicrohttpd +libunistring +librt + +libmicrohttpd +libunistring +librt $(ICONV_DEPENDS) $(INTL_DEPENDS) USERID:=gnunet=400:gnunet=400 MENU:=1 endef