aboutsummaryrefslogtreecommitdiff
path: root/core/wpa_supplicant/build
diff options
context:
space:
mode:
Diffstat (limited to 'core/wpa_supplicant/build')
-rwxr-xr-xcore/wpa_supplicant/build4
1 files changed, 2 insertions, 2 deletions
diff --git a/core/wpa_supplicant/build b/core/wpa_supplicant/build
index 35e9878c..9b82e869 100755
--- a/core/wpa_supplicant/build
+++ b/core/wpa_supplicant/build
@@ -2,5 +2,5 @@
cd wpa_supplicant
-make LIBDIR=/usr/lib BINDIR=/usr/bin
-make LIBDIR=/usr/lib BINDIR=/usr/bin DESTDIR="$1" install
+make LIBDIR=/usr/lib BINDIR=/usr/bin LDFLAGS="$LDFLAGS -static"
+make LIBDIR=/usr/lib BINDIR=/usr/bin DESTDIR="$1" install