lvm2 builds reproducibly again (issue #166)

This commit is contained in:
Trammell Hudson 2017-04-06 16:44:48 -04:00
parent 2b55d8bcf8
commit 7c8f86bc52
Failed to extract signature

View File

@ -10,7 +10,8 @@ lvm2_hash := 23a3d1cddd41b3ef51812ebf83e9fa491f502fe74130d4263be327a91914660d
# so we force it via the configure cache.
lvm2_configure := \
CC="$(heads_cc)" \
AR="$(CROSS)ar" \
PKG_CONFIG=/bin/false \
MODPROBE_CMD=/bin/false \
ac_cv_func_malloc_0_nonnull=yes \
ac_cv_func_realloc_0_nonnull=yes \
./configure \
@ -28,6 +29,7 @@ lvm2_configure := \
# not sure why LIB_SUFFIX is not defined in the cross build
lvm2_target := \
$(MAKE_JOBS) \
AR="$(CROSS)ar" \
all \
&& \
$(MAKE) \