summaryrefslogtreecommitdiffstats
path: root/rules/host-libarchive.make
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2020-08-21 09:58:29 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2020-08-21 22:06:43 +0200
commit27ad7390cf43a2ed0f453ea82d23f39ef40a4c6e (patch)
treea244087e50275d3930791eee017ec1a20268dc33 /rules/host-libarchive.make
parent299acd767e5e206ec3930a4583a5559c4c51c9dc (diff)
downloadptxdist-27ad7390cf43a2ed0f453ea82d23f39ef40a4c6e.tar.gz
ptxdist-27ad7390cf43a2ed0f453ea82d23f39ef40a4c6e.tar.xz
(host-)libarchive: make really sure ext2 headers and defines are not found
This is a followup to b0a169310c251d36257fd2f755d06b22f07b542e ("libarchive: make sure ext2fs/ext2_fs.h is not found"). Sync host and target rules to handle all configure checks. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/host-libarchive.make')
-rw-r--r--rules/host-libarchive.make3
1 files changed, 2 insertions, 1 deletions
diff --git a/rules/host-libarchive.make b/rules/host-libarchive.make
index a6c3fc67b..6d22d6846 100644
--- a/rules/host-libarchive.make
+++ b/rules/host-libarchive.make
@@ -17,7 +17,8 @@ HOST_PACKAGES-$(PTXCONF_HOST_LIBARCHIVE) += host-libarchive
HOST_LIBARCHIVE_CONF_ENV := \
$(HOST_ENV) \
- ac_cv_have_decl_EXT2_IOC_GETFLAGS=no
+ ac_cv_have_decl_EXT2_IOC_GETFLAGS=no \
+ ac_cv_header_ext2fs_ext2_fs_h=no
#
# autoconf