commit e0e651718a08f5fdcfa09c1ae02707e4e1aba66d parent cc6d24b521eca20760e4c2758737645a346908d8 Author: Cem Keylan <cem@ckyln.com> Date: Mon, 8 Jun 2020 23:21:56 +0300 wpa_supplicant: link statically Diffstat:
M | core/wpa_supplicant/build | | | 4 | ++-- |
M | core/wpa_supplicant/depends | | | 4 | ++-- |
M | core/wpa_supplicant/version | | | 2 | +- |
3 files changed, 5 insertions(+), 5 deletions(-)
diff --git 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 @@ -1,3 +1,3 @@ -libnl -libressl +libnl make +libressl make pkgconf make diff --git a/core/wpa_supplicant/version b/core/wpa_supplicant/version @@ -1 +1 @@ -2.9 3 +2.9 4