mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 15:38:40 +01:00
gnunet: fix build with full NLS support
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
This commit is contained in:
+4
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user