diff options
Diffstat (limited to 'core')
-rwxr-xr-x | core/wpa_supplicant/build | 4 | ||||
-rw-r--r-- | core/wpa_supplicant/depends | 4 | ||||
-rw-r--r-- | core/wpa_supplicant/version | 2 |
3 files changed, 5 insertions, 5 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 diff --git a/core/wpa_supplicant/depends b/core/wpa_supplicant/depends index 2e0bc712..acecf458 100644 --- a/core/wpa_supplicant/depends +++ b/core/wpa_supplicant/depends @@ -1,3 +1,3 @@ -libnl -libressl +libnl make +libressl make pkgconf make diff --git a/core/wpa_supplicant/version b/core/wpa_supplicant/version index a9b81dbb..0b884f41 100644 --- a/core/wpa_supplicant/version +++ b/core/wpa_supplicant/version @@ -1 +1 @@ -2.9 3 +2.9 4 |