From 8df6e5058479b351efe45ee15514dce408ca53a6 Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Wed, 10 Jun 2020 15:17:20 +0300 Subject: iw: link statically --- extra/iw/build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'extra/iw/build') 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 -- cgit v1.2.3