From 26b636c00f8045e53d32f7075455492dac476803 Mon Sep 17 00:00:00 2001 From: Daniel Golle Date: Fri, 11 Sep 2015 09:15:53 +0200 Subject: [PATCH] gnunet: fix build with full NLS support Signed-off-by: Daniel Golle --- net/gnunet/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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