mirror of
https://github.com/linuxboot/heads.git
synced 2024-12-19 21:17:55 +00:00
lvm2 builds reproducibly again (issue #166)
This commit is contained in:
parent
2b55d8bcf8
commit
7c8f86bc52
@ -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) \
|
||||
|
Loading…
Reference in New Issue
Block a user