From b6da3ac2d9d45831605d6d83c5fdc94987dc5393 Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Thu, 23 Jan 2020 16:31:46 +0000 Subject: Allow for static and dynamic builds --- lh-config.dist | 3 +++ 1 file changed, 3 insertions(+) (limited to 'lh-config.dist') diff --git a/lh-config.dist b/lh-config.dist index 196319a..13b4a49 100644 --- a/lh-config.dist +++ b/lh-config.dist @@ -16,6 +16,9 @@ NORMALUSER=nobody # CROSS_BASE=/home/ska/toolchains/cross/$TRIPLE +# Set this to true if you want your created rootfs to be statically linked +# BUILD_HOST_STATIC=false + # Filesystems size, in megabytes. ROOTFS_SIZE=32768 -- cgit v1.3.1