Make lvm and slang build reproducibly again

This commit is contained in:
Francis Lam 2018-10-28 10:59:33 -07:00
parent 03a09a1e1a
commit fe0f957bfc
No known key found for this signature in database
GPG Key ID: 0A59C698920806EB
2 changed files with 4 additions and 0 deletions

View File

@ -29,6 +29,8 @@ lvm2_configure := \
--disable-use-lvmpolld \
--disable-blkid_wiping \
--disable-cmirrord \
--disable-cache_check_needs_check \
--disable-thin_check_needs_check \
--with-cluster=none \
# not sure why LIB_SUFFIX is not defined in the cross build

View File

@ -8,8 +8,10 @@ slang_hash := 54f0c3007fde918039c058965dffdfd6c5aec0bad0f4227192cc486021f08c36
slang_configure := ./configure \
$(CROSS_TOOLS) \
ac_cv_path_nc5config=no \
--prefix "/" \
--host i386-elf-linux \
--with-z=no \
--with-png=no \
--with-pcre=no \
--with-onig=no \