mirror of
https://github.com/openwrt/packages.git
synced 2025-12-21 19:14:30 +04:00
libffi: drop autoreconf
Trying to compile libffi now that automake has been updated to 1.17 will fail, however there is no reason for us to be calling autoreconf as libffi release tarballs already contain the generated configure script. So, drop the unnecessary autoreconf that seems to be leftover from the previous 3.4.2 bump as we dont have any patches targeting configure.ac nor libffi in general. Fixes: openwrt/openwrt#18041 Signed-off-by: Robert Marko <robimarko@gmail.com>
This commit is contained in:
@@ -19,7 +19,6 @@ PKG_LICENSE:=MIT
|
|||||||
PKG_LICENSE_FILES:=LICENSE
|
PKG_LICENSE_FILES:=LICENSE
|
||||||
PKG_CPE_ID:=cpe:/a:libffi_project:libffi
|
PKG_CPE_ID:=cpe:/a:libffi_project:libffi
|
||||||
|
|
||||||
PKG_FIXUP:=autoreconf
|
|
||||||
PKG_INSTALL:=1
|
PKG_INSTALL:=1
|
||||||
PKG_BUILD_PARALLEL:=1
|
PKG_BUILD_PARALLEL:=1
|
||||||
PKG_BUILD_FLAGS:=no-mips16
|
PKG_BUILD_FLAGS:=no-mips16
|
||||||
|
|||||||
Reference in New Issue
Block a user