From ab4bc8a34c31bb2b7a1b555a079fc9ea00d34628 Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Tue, 8 Sep 2015 22:12:29 +0200 Subject: main/wpa_supplicant: remove bogus freq_list ref #4612 --- main/wpa_supplicant/APKBUILD | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'main/wpa_supplicant') diff --git a/main/wpa_supplicant/APKBUILD b/main/wpa_supplicant/APKBUILD index 2e62b7006..43d76ab21 100644 --- a/main/wpa_supplicant/APKBUILD +++ b/main/wpa_supplicant/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Natanael Copa pkgname=wpa_supplicant pkgver=2.4 -pkgrel=3 +pkgrel=4 pkgdesc="A utility providing key negotiation for WPA wireless networks" url="http://hostap.epitest.fi/wpa_supplicant" arch="all" @@ -119,7 +119,9 @@ build() { cd "$_builddir"/wpa_supplicant make LIBDIR=/lib BINDIR=/sbin || return 1 # comment out the network={ } stansas in config - sed -i -e '/^network=/,/}/s/^/#/' wpa_supplicant.conf + sed -i -e '/^network=/,/}/s/^/#/' \ + -e '/^freq_list/s/^/#/' \ + wpa_supplicant.conf make wpa_gui-qt4 || return 1 make eapol_test || return 1 } -- cgit v1.2.3