aboutsummaryrefslogtreecommitdiff
path: root/core/e2fsprogs
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2020-06-08 22:32:48 +0300
committerCem Keylan <cem@ckyln.com>2020-06-08 22:32:48 +0300
commit245ef1885796d79bb5f3b5d27e134e7fd94492b7 (patch)
treede634c7f27c5de49e62d9dcaf56c25c18bb47c9c /core/e2fsprogs
parent7447a7e240e83d2ef8ade1399c8bd6414d782d1e (diff)
downloadrepository-245ef1885796d79bb5f3b5d27e134e7fd94492b7.tar.gz
e2fsprogs: link statically
Diffstat (limited to 'core/e2fsprogs')
-rwxr-xr-xcore/e2fsprogs/build3
1 files changed, 3 insertions, 0 deletions
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 \