From: Oskari Rauta Date: Sun, 19 Mar 2023 11:51:28 +0000 (+0200) Subject: rpcsvc-proto: fix build with updated autotools X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=e60f16499d5aded1b6428b603fad85726d3bc8f8;p=openwrt-packages.git rpcsvc-proto: fix build with updated autotools After recent autotools update, rpcsvc-proto no longer compiles without autoreconf fixup because automake 1.15 is not found. Signed-off-by: Oskari Rauta --- diff --git a/libs/rpcsvc-proto/Makefile b/libs/rpcsvc-proto/Makefile index 4a668d2b4..cc665af83 100644 --- a/libs/rpcsvc-proto/Makefile +++ b/libs/rpcsvc-proto/Makefile @@ -2,7 +2,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=rpcsvc-proto PKG_VERSION:=1.4.3 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz PKG_SOURCE_URL:=https://github.com/thkukuk/rpcsvc-proto/releases/download/v$(PKG_VERSION) @@ -13,6 +13,7 @@ PKG_LICENSE_FILES:=COPYING PKG_INSTALL:=1 PKG_BUILD_PARALLEL:=1 +PKG_FIXUP:=autoreconf HOST_BUILD_DEPENDS:=gettext-full/host PKG_BUILD_DEPENDS:=rpcsvc-proto/host