mirror of
https://codeberg.org/kiss-community/repo
synced 2025-04-02 11:07:20 -06:00
wpa_supplicant: update for new env
This commit is contained in:
parent
efd0474fae
commit
39e12c0af2
@ -3,7 +3,7 @@
|
|||||||
# The wpa_supplicant package is built statically using
|
# The wpa_supplicant package is built statically using
|
||||||
# libnl-tiny which is a minimal version of libnl maintained
|
# libnl-tiny which is a minimal version of libnl maintained
|
||||||
# by OpenWRT.
|
# by OpenWRT.
|
||||||
make CC="${CC:-cc}" ALL_LIBS=libnl-tiny.a -C libnl
|
make CC="$CC" ALL_LIBS=libnl-tiny.a -C libnl
|
||||||
|
|
||||||
# The CFLAGS must be set to link to the above locally built
|
# The CFLAGS must be set to link to the above locally built
|
||||||
# libnl-tiny library.
|
# libnl-tiny library.
|
||||||
@ -12,8 +12,8 @@ export CFLAGS="$CFLAGS -static -D_GNU_SOURCE -DLIBNL1_COMPAT"
|
|||||||
|
|
||||||
cd wpa_supplicant
|
cd wpa_supplicant
|
||||||
|
|
||||||
make LIBDIR=/usr/lib BINDIR=/usr/bin DRV_LIBS="$CFLAGS" CC="${CC:-cc}"
|
make V=1 LIBDIR=/usr/lib BINDIR=/usr/bin DRV_LIBS="$CFLAGS"
|
||||||
make LIBDIR=/usr/lib BINDIR=/usr/bin DESTDIR="$1" install
|
make LIBDIR=/usr/lib BINDIR=/usr/bin install
|
||||||
|
|
||||||
mkdir -p \
|
mkdir -p \
|
||||||
"$1/usr/share/man/man5" \
|
"$1/usr/share/man/man5" \
|
||||||
|
Loading…
Reference in New Issue
Block a user