wpa_supplicant: switch to libnl-tiny

This commit is contained in:
Ella-0 2021-06-20 11:25:53 +01:00
parent 1c81d44858
commit 1118b80341

View file

@ -15,13 +15,11 @@ build() {
# #
#############################################################################
cd $pkgname-$pkgver
cd $pkgname
cp ../../config .config
gmake
CFLAGS='-D_GNU_SOURCE -DCONFIG_LIBNL20 -DCONFIG_LIBNL20 -DLIBNL1_COMPAT -I/usr/include/libnl-tiny' gmake CONFIG_LIBNL_TINY=y
}
package() {
@ -33,5 +31,5 @@ package() {
license() {
cd $pkgname-$pkgver
cat LICENSE
# cat COPYING
cat COPYING
}