From 245ef1885796d79bb5f3b5d27e134e7fd94492b7 Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Mon, 8 Jun 2020 22:32:48 +0300 Subject: e2fsprogs: link statically --- core/e2fsprogs/build | 3 +++ 1 file changed, 3 insertions(+) (limited to 'core/e2fsprogs') diff --git a/core/e2fsprogs/build b/core/e2fsprogs/build index a01968a7..35dcd376 100755 --- a/core/e2fsprogs/build +++ b/core/e2fsprogs/build @@ -1,5 +1,8 @@ #!/bin/sh -e +export CFLAGS="$CFLAGS -static" +export LDFLAGS="$LDFLAGS -static" + ./configure \ --prefix=/usr \ --sbindir=/usr/bin \ -- cgit v1.2.3