Browse Source

wpa_supplicant: fixed to pass the right LIBDIR and BINDIR to make

user/karasz/next/updates
Christian Wiese 15 years ago
parent
commit
ef495ca74c
  1. 3
      network/wpa_supplicant/wpa_supplicant.conf

3
network/wpa_supplicant/wpa_supplicant.conf

@ -12,5 +12,8 @@
# GNU General Public License can be found in the file COPYING.
# --- SDE-COPYRIGHT-NOTE-END ---
var_append makeopt ' ' 'BINDIR=$sbindir LIBDIR=$libdir'
var_append makeinstopt ' ' 'BINDIR=$sbindir LIBDIR=$libdir'
# there is no top-level Makefile
hook_add preconf 3 'cd wpa_supplicant'

Loading…
Cancel
Save