diff options
| author | Cem Keylan <cem@ckyln.com> | 2020-06-11 00:37:08 +0300 |
|---|---|---|
| committer | Cem Keylan <cem@ckyln.com> | 2020-06-11 00:37:08 +0300 |
| commit | 3141f866b59fc296db8aee127335fd845ca4ba53 (patch) | |
| tree | bea423c7b93f6d4f1518474bb7457dd96c7bc838 /extra/wpa_supplicant/build | |
| parent | bedd361caa858b99dcf4c179722ec123044970c9 (diff) | |
| download | repository-3141f866b59fc296db8aee127335fd845ca4ba53.tar.gz | |
wpa_supplicant: move to extra
Diffstat (limited to 'extra/wpa_supplicant/build')
| -rwxr-xr-x | extra/wpa_supplicant/build | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/extra/wpa_supplicant/build b/extra/wpa_supplicant/build new file mode 100755 index 00000000..9b82e869 --- /dev/null +++ b/extra/wpa_supplicant/build @@ -0,0 +1,6 @@ +#!/bin/sh -e + +cd wpa_supplicant + +make LIBDIR=/usr/lib BINDIR=/usr/bin LDFLAGS="$LDFLAGS -static" +make LIBDIR=/usr/lib BINDIR=/usr/bin DESTDIR="$1" install |
