summaryrefslogtreecommitdiffstats
path: root/builder
diff options
context:
space:
mode:
authorThiago Abdo2019-10-15 14:13:58 +0200
committerThiago Abdo2019-10-15 14:13:58 +0200
commit0bbbf1f2ffddde6e4cf81bb768c7176dcb7f722e (patch)
tree034a7db010b15c35a0aa88ab0f61ce7621596cf3 /builder
parentChanges the compiling of losetup to compily with static libraries and shared gcc (diff)
downloadsystemd-init-0bbbf1f2ffddde6e4cf81bb768c7176dcb7f722e.tar.gz
systemd-init-0bbbf1f2ffddde6e4cf81bb768c7176dcb7f722e.tar.xz
systemd-init-0bbbf1f2ffddde6e4cf81bb768c7176dcb7f722e.zip
use full dinamicly linked losetup
Signed-off-by: Thiago Abdo <tjabdo@inf.ufpr.br>
Diffstat (limited to 'builder')
-rw-r--r--builder/modules.d/dnbd3-rootfs/helper/build.inc1
1 files changed, 0 insertions, 1 deletions
diff --git a/builder/modules.d/dnbd3-rootfs/helper/build.inc b/builder/modules.d/dnbd3-rootfs/helper/build.inc
index ab5418d4..3a0cd5a3 100644
--- a/builder/modules.d/dnbd3-rootfs/helper/build.inc
+++ b/builder/modules.d/dnbd3-rootfs/helper/build.inc
@@ -248,7 +248,6 @@ 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