mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 15:38:40 +01:00
gnunet: update to version 0.11.7
Backport dist bug and add missing header file. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
This commit is contained in:
+6
-10
@@ -2,11 +2,11 @@ include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=gnunet
|
||||
|
||||
PKG_VERSION:=0.11.6
|
||||
PKG_VERSION:=0.11.7
|
||||
PKG_RELEASE:=1
|
||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||
PKG_SOURCE_URL:=@GNU/gnunet
|
||||
PKG_HASH:=f8a07063b1e0890a1386fed2313a967f58f5495c075a25725aba200469c857bf
|
||||
PKG_HASH:=13ffe47232f12e8f5ae2172651b123c816446c879d20c7acc72479872045eee5
|
||||
|
||||
PKG_LICENSE:=AGPL-3.0
|
||||
PKG_LICENSE_FILES:=COPYING
|
||||
@@ -33,13 +33,14 @@ CONFIGURE_ARGS+= \
|
||||
--enable-experimental \
|
||||
--with-extractor=$(STAGING_DIR)/usr \
|
||||
--with-gnutls=$(STAGING_DIR)/usr \
|
||||
$(if $(CONFIG_PACKAGE_$(PKG_NAME)-transport-bluetooth),--with-libbluetooth="$(STAGING_DIR)/usr",--without-libbluetooth) \
|
||||
--with-libgnurl=$(STAGING_DIR)/usr \
|
||||
--with-libogg=$(STAGING_DIR)/usr \
|
||||
--with-libopus=$(STAGING_DIR)/usr \
|
||||
--with-libpulse=$(STAGING_DIR)/usr \
|
||||
--with-libunistring-prefix=$(STAGING_DIR)/usr \
|
||||
--with-microhttpd=$(STAGING_DIR)/usr
|
||||
|
||||
# ToDo: request upstream to provide --with-pulseaudio=...
|
||||
TARGET_LDFLAGS+= -Wl,-rpath-link=$(STAGING_DIR)/usr/lib/pulseaudio
|
||||
|
||||
define Package/gnunet/Default
|
||||
SECTION:=net
|
||||
CATEGORY:=Network
|
||||
@@ -222,10 +223,6 @@ PLUGIN_transport-udp:=transport_udp
|
||||
PLUGIN_transport-wlan:=transport_wlan
|
||||
LIBEXEC_transport-wlan:=helper-transport-wlan
|
||||
|
||||
|
||||
DEPENDS_experiments:=+libglpk
|
||||
PLUGIN_experiments:=ats_mlp ats_ril
|
||||
|
||||
# BIN_dv:=dv
|
||||
LIB_dv:=dv
|
||||
PLUGIN_dv:=transport_dv
|
||||
@@ -394,7 +391,6 @@ $(eval $(call BuildComponent,curl,cURL wrapper component,))
|
||||
$(eval $(call BuildComponent,datastore,data storage components,))
|
||||
$(eval $(call BuildComponent,dht-cli,DHT command line clients,))
|
||||
# $(eval $(call BuildComponent,dv,distance-vector routing component,y))
|
||||
$(eval $(call BuildComponent,experiments,experimental components,))
|
||||
$(eval $(call BuildComponent,fs,file-sharing components,))
|
||||
$(eval $(call BuildComponent,gns,name resolution components,y))
|
||||
$(eval $(call BuildComponent,gns-proxy,gns-proxy component,))
|
||||
|
||||
Reference in New Issue
Block a user