From 99aaeae7550e879973cb175ab82f65353c31ee02 Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Wed, 29 Jan 2020 17:53:09 +0000 Subject: Small incremental build fixes (41) --- lh-config.dist | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'lh-config.dist') diff --git a/lh-config.dist b/lh-config.dist index 0905191..1972a88 100644 --- a/lh-config.dist +++ b/lh-config.dist @@ -20,6 +20,12 @@ NORMALUSER=nobody # By default, it will be true for musl toolchains, false for glibc toolchains. # BUILD_HOST_STATIC=false +# Whether or not you want to copy the shared libc from the toolchain. +# By default, the shared libs are copied if the build isn't static. +# You can also optionally manually specify the sysroot to copy the libs from. +# LIBC_COPY= +# LIBC_SYSROOT= + # Filesystems size, as understood by libguestfs's virt-make-fs ROOTFS_SIZE=1024M RWFS_SIZE=512M -- cgit v1.3.1