aboutsummaryrefslogtreecommitdiff
path: root/extra/iw/build
diff options
context:
space:
mode:
Diffstat (limited to 'extra/iw/build')
-rwxr-xr-xextra/iw/build2
1 files changed, 1 insertions, 1 deletions
diff --git a/extra/iw/build b/extra/iw/build
index c3f0c0b3..58b5126a 100755
--- a/extra/iw/build
+++ b/extra/iw/build
@@ -4,4 +4,4 @@
# we don't need to compress it.
sed 's@\(iw\.8\)\.gz@\1@' Makefile > _
cat _ > Makefile; rm -f _
-make DESTDIR="$1" PREFIX="/usr" SBINDIR="/usr/bin" install
+make DESTDIR="$1" LDFLAGS="$LDFLAGS -static" PREFIX="/usr" SBINDIR="/usr/bin" install