Browse Source

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

user/amery/mess
Christian Wiese 14 years ago
parent
commit
ef495ca74c
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      network/wpa_supplicant/wpa_supplicant.conf

+ 3
- 0
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