From e0e651718a08f5fdcfa09c1ae02707e4e1aba66d Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Mon, 8 Jun 2020 23:21:56 +0300 Subject: wpa_supplicant: link statically --- core/wpa_supplicant/build | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'core/wpa_supplicant/build') 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 -- cgit v1.2.3