diff options
-rwxr-xr-x | core/e2fsprogs/build | 3 |
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 \ |