gnunet: update version, fix gettext version after autoreconf
authorDaniel Golle <[email protected]>
Sat, 19 Sep 2015 18:21:33 +0000 (20:21 +0200)
committerDaniel Golle <[email protected]>
Sat, 19 Sep 2015 18:21:33 +0000 (20:21 +0200)
Use gettext-version PKG_FIXUP to install up-to-date gettext
infrastructure. autoreconf is still run implicitely as well.

Signed-off-by: Daniel Golle <[email protected]>
net/gnunet/Makefile

index 469fdd2426fc55703fcbfbf9d930028dbfe92b67..1a304fca929ac27ccecc04a14c5b6a56ae8caaaa 100644 (file)
@@ -8,7 +8,7 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=gnunet
-PKG_SOURCE_VERSION:=36242
+PKG_SOURCE_VERSION:=36366
 PKG_VERSION:=0.10.1-svn$(PKG_SOURCE_VERSION)
 PKG_RELEASE:=1
 
@@ -26,7 +26,7 @@ PKG_LICENSE_FILES:=COPYING
 PKG_MAINTAINER:=Daniel Golle <[email protected]>
 
 PKG_BUILD_PARALLEL:=1
-PKG_FIXUP:=autoreconf
+PKG_FIXUP:=gettext-version
 PKG_INSTALL:=1
 
 include $(INCLUDE_DIR)/package.mk