diff options
author | Cem Keylan <cem@ckyln.com> | 2020-06-08 23:21:56 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2020-06-08 23:21:56 +0300 |
commit | e0e651718a08f5fdcfa09c1ae02707e4e1aba66d (patch) | |
tree | fd3b86231fcf701bd777cd705fe4025b7326e5f9 /core | |
parent | cc6d24b521eca20760e4c2758737645a346908d8 (diff) | |
download | repository-e0e651718a08f5fdcfa09c1ae02707e4e1aba66d.tar.gz |
wpa_supplicant: link statically
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 |