gnunet: update version, fix gettext version after autoreconf
Use gettext-version PKG_FIXUP to install up-to-date gettext infrastructure. autoreconf is still run implicitely as well. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
This commit is contained in:
parent
ab6ad541d7
commit
a3ed4f89a7
|
@ -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 <daniel@makrotopia.org>
|
||||
|
||||
PKG_BUILD_PARALLEL:=1
|
||||
PKG_FIXUP:=autoreconf
|
||||
PKG_FIXUP:=gettext-version
|
||||
PKG_INSTALL:=1
|
||||
|
||||
include $(INCLUDE_DIR)/package.mk
|
||||
|
|
Loading…
Reference in New Issue