wpa_supplicant: switch to libnl-tiny
This commit is contained in:
parent
1c81d44858
commit
1118b80341
1 changed files with 2 additions and 4 deletions
|
@ -15,13 +15,11 @@ build() {
|
||||||
# #
|
# #
|
||||||
#############################################################################
|
#############################################################################
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
cd $pkgname-$pkgver
|
cd $pkgname-$pkgver
|
||||||
cd $pkgname
|
cd $pkgname
|
||||||
cp ../../config .config
|
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() {
|
package() {
|
||||||
|
@ -33,5 +31,5 @@ package() {
|
||||||
license() {
|
license() {
|
||||||
cd $pkgname-$pkgver
|
cd $pkgname-$pkgver
|
||||||
cat LICENSE
|
cat LICENSE
|
||||||
# cat COPYING
|
cat COPYING
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue