From 39f9fc4e48d2f5d43f2233855efcaf0c52acbf28 Mon Sep 17 00:00:00 2001 From: Daniel Golle Date: Thu, 5 Oct 2017 15:40:29 +0200 Subject: [PATCH] gnunet: update git snapshot Start building with testing enabled as a preparation to eventually packaging the testbed components. Signed-off-by: Daniel Golle --- net/gnunet/Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/net/gnunet/Makefile b/net/gnunet/Makefile index a73ee666b0..56f694c2af 100644 --- a/net/gnunet/Makefile +++ b/net/gnunet/Makefile @@ -1,10 +1,10 @@ include $(TOPDIR)/rules.mk PKG_NAME:=gnunet -PKG_SOURCE_VERSION:=556ccd6d483b3678867c3829e6979c307df04450 -PKG_MIRROR_HASH:=5ecf15575eccc30135b2dc9871d88de0b32b593dc79cf5b0632a4fe2ffd711df +PKG_SOURCE_VERSION:=664aca2d29b15dd75967d2bb0298caf750993b6f +PKG_MIRROR_HASH:=d3fd9f9275e3173b392ea3d151130fae9fb507986c5bd6a369303e0e1e0ab6d6 -PKG_VERSION:=0.10.2-git-20170626-$(PKG_SOURCE_VERSION) +PKG_VERSION:=0.10.2-git-20171004-$(PKG_SOURCE_VERSION) PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz @@ -30,7 +30,7 @@ CONFIGURE_ARGS+= \ $(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) \ $(if $(CONFIG_PACKAGE_libsqlite3),--with-sqlite="$(STAGING_DIR)/usr",--without-sqlite) \ - --disable-testing \ + --enable-testing \ --disable-testruns \ --enable-experimental \ --with-extractor=$(STAGING_DIR)/usr \