aboutsummaryrefslogtreecommitdiff
path: root/core/wpa_supplicant/build
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2020-06-08 23:21:56 +0300
committerCem Keylan <cem@ckyln.com>2020-06-08 23:21:56 +0300
commite0e651718a08f5fdcfa09c1ae02707e4e1aba66d (patch)
treefd3b86231fcf701bd777cd705fe4025b7326e5f9 /core/wpa_supplicant/build
parentcc6d24b521eca20760e4c2758737645a346908d8 (diff)
downloadrepository-e0e651718a08f5fdcfa09c1ae02707e4e1aba66d.tar.gz
wpa_supplicant: link statically
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