Browse Source

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>
lilik-openwrt-22.03
Daniel Golle 9 years ago
parent
commit
a3ed4f89a7
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      net/gnunet/Makefile

+ 2
- 2
net/gnunet/Makefile View 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 <daniel@makrotopia.org>
PKG_BUILD_PARALLEL:=1
PKG_FIXUP:=autoreconf
PKG_FIXUP:=gettext-version
PKG_INSTALL:=1
include $(INCLUDE_DIR)/package.mk


Loading…
Cancel
Save