From: Etan Kissling Date: Thu, 18 Feb 2021 23:17:10 +0000 (+0100) Subject: libnetfilter-queue: re-add PKG_FIXUP to fix build X-Git-Url: http://git.cdn.openwrt.org/?a=commitdiff_plain;h=cab73ac82606068ac081df7cd6a2100acc620c77;p=feed%2Fpackages.git libnetfilter-queue: re-add PKG_FIXUP to fix build Currently when trying to build this package a build error is produced: WARNING: 'automake-1.16' is missing on your system. You should only need it if you modified 'Makefile.am' or 'configure.ac' or m4 files included by 'configure.ac'. The 'automake' program is part of the GNU Automake package: It also requires GNU Autoconf, GNU m4 and Perl in order to run: This error is due to an attempt to use the native host tools instead of the OpenWrt build system generated ones. By re-adding PKG_FIXUP it is ensured that the correct version of the host tools are used. Signed-off-by: Etan Kissling --- diff --git a/libs/libnetfilter-queue/Makefile b/libs/libnetfilter-queue/Makefile index 01ce1f80d1..cfd215600a 100644 --- a/libs/libnetfilter-queue/Makefile +++ b/libs/libnetfilter-queue/Makefile @@ -9,12 +9,13 @@ include $(TOPDIR)/rules.mk PKG_NAME:=libnetfilter_queue PKG_VERSION:=1.0.5 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_SOURCE_URL:=https://www.netfilter.org/projects/libnetfilter_queue/files PKG_HASH:=f9ff3c11305d6e03d81405957bdc11aea18e0d315c3e3f48da53a24ba251b9f5 +PKG_FIXUP:=autoreconf PKG_LICENSE:=GPL-2.0-or-later PKG_LICENSE_FILES:=COPYING