From a1a1bda3b5927b5bf825e1b179db267a0cb3ce3c Mon Sep 17 00:00:00 2001 From: Thiago Abdo Date: Tue, 15 Oct 2019 13:45:21 +0200 Subject: Changes the compiling of losetup to compily with static libraries and shared gcc Signed-off-by: Thiago Abdo --- builder/modules.d/dnbd3-rootfs/helper/build.inc | 1 + 1 file changed, 1 insertion(+) (limited to 'builder') diff --git a/builder/modules.d/dnbd3-rootfs/helper/build.inc b/builder/modules.d/dnbd3-rootfs/helper/build.inc index 3a0cd5a3..ab5418d4 100644 --- a/builder/modules.d/dnbd3-rootfs/helper/build.inc +++ b/builder/modules.d/dnbd3-rootfs/helper/build.inc @@ -248,6 +248,7 @@ build_compile_losetup_qcow() { ./autogen.sh ./configure make -j losetup + gcc -I./libsmartcols/src -O2 -o .libs/losetup sys-utils/losetup-losetup.o .libs/libcommon.a .libs/libsmartcols.a ) local ret=$? popd -- cgit v1.2.3-55-g7522