commit 245ef1885796d79bb5f3b5d27e134e7fd94492b7 parent 7447a7e240e83d2ef8ade1399c8bd6414d782d1e Author: Cem Keylan <cem@ckyln.com> Date: Mon, 8 Jun 2020 22:32:48 +0300 e2fsprogs: link statically Diffstat:
M | core/e2fsprogs/build | | | 3 | +++ |
1 file changed, 3 insertions(+), 0 deletions(-)
diff --git 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 \