libnetfilter-queue: re-add PKG_FIXUP to fix build 14786/head
authorEtan Kissling <etan_kissling@apple.com>
Thu, 18 Feb 2021 23:17:10 +0000 (00:17 +0100)
committerEtan Kissling <etan_kissling@apple.com>
Fri, 19 Feb 2021 00:50:09 +0000 (01:50 +0100)
commitcab73ac82606068ac081df7cd6a2100acc620c77
tree598816b17d45b05d2a8edc4d0e7a2087aa942822
parentbc08b47fd9dedd4f38ea29479e37ba5671760581
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:
         <https://www.gnu.org/software/automake>
         It also requires GNU Autoconf, GNU m4 and Perl in order to run:
         <https://www.gnu.org/software/autoconf>
         <https://www.gnu.org/software/m4/>
         <https://www.perl.org/>

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 <etan_kissling@apple.com>
libs/libnetfilter-queue/Makefile