package/libarchive: fix host build
Fix the following host build failure raised since commit
9525bc7e64
:
configure.ac:140: error: possibly undefined macro: AC_MSG_FAILURE
If this token and others are legitimate, please use m4_pattern_allow.
See the Autoconf documentation.
configure.ac:328: error: possibly undefined macro: AC_CHECK_LIB
Fixes:
- http://autobuild.buildroot.org/results/11868e9bc4916843a7fc76f7b5e4c251f89e33dc
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
parent
d77d1c9824
commit
e8e461bba5
@ -140,6 +140,8 @@ endif
|
||||
|
||||
# The only user of host-libarchive needs zlib support
|
||||
HOST_LIBARCHIVE_DEPENDENCIES = host-zlib
|
||||
# needed for autoreconf
|
||||
HOST_LIBARCHIVE_DEPENDENCIES += host-pkgconf
|
||||
HOST_LIBARCHIVE_CONF_OPTS = \
|
||||
--disable-bsdtar \
|
||||
--disable-bsdcpio \
|
||||
|
Loading…
Reference in New Issue
Block a user