summaryrefslogtreecommitdiffstats
path: root/builder
diff options
context:
space:
mode:
authorThiago Abdo2019-10-15 16:00:53 +0200
committerThiago Abdo2019-10-15 16:00:53 +0200
commit78bd4c12d63e9116253449b60a10e9c812891c4b (patch)
treecf47d686b73b2f3b364f302ccac7b3dc56e83e7c /builder
parentadd path to prepare-root (diff)
downloadsystemd-init-78bd4c12d63e9116253449b60a10e9c812891c4b.tar.gz
systemd-init-78bd4c12d63e9116253449b60a10e9c812891c4b.tar.xz
systemd-init-78bd4c12d63e9116253449b60a10e9c812891c4b.zip
Revert "use full dinamicly linked losetup"
This reverts commit 0bbbf1f2ffddde6e4cf81bb768c7176dcb7f722e.
Diffstat (limited to 'builder')
-rw-r--r--builder/modules.d/dnbd3-rootfs/helper/build.inc1
1 files changed, 1 insertions, 0 deletions
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