aboutsummaryrefslogtreecommitdiff
path: root/core/e2fsprogs
diff options
context:
space:
mode:
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 \