From 06813dcc10647f7c35914559a4271d4f2d27a55d Mon Sep 17 00:00:00 2001 From: Luis Ressel Date: Wed, 20 Feb 2019 14:55:02 +0100 Subject: user/wpa_supplicant: It makes no sense to make eapol_test in check() It's just a binary that's installed for testing purposes @ runtime. In fact, we should investigate whether we want to install it at all. --- user/wpa_supplicant/APKBUILD | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) (limited to 'user/wpa_supplicant') diff --git a/user/wpa_supplicant/APKBUILD b/user/wpa_supplicant/APKBUILD index 0208adaee..6f2b0ef89 100644 --- a/user/wpa_supplicant/APKBUILD +++ b/user/wpa_supplicant/APKBUILD @@ -2,11 +2,12 @@ # Maintainer: A. Wilcox pkgname=wpa_supplicant pkgver=2.6 -pkgrel=10 +pkgrel=11 pkgdesc="Utility providing key negotiation for WPA wireless networks" url="https://w1.fi/wpa_supplicant/" arch="all" license="BSD-3-Clause AND Public-Domain AND (GPL-2.0+ OR BSD-3-Clause)" +options="!check" # No test suite subpackages="$pkgname-doc $pkgname-openrc wpa_gui" depends="dbus" makedepends="linux-headers openssl-dev dbus-dev libnl3-dev pcsc-lite-dev @@ -50,18 +51,13 @@ prepare() { build() { cd "$builddir"/wpa_supplicant - make LIBDIR=/lib BINDIR=/sbin + make LIBDIR=/lib BINDIR=/sbin all eapol_test # wpa_gui qmake -o wpa_gui-qt4/Makefile wpa_gui-qt4/wpa_gui.pro make -C wpa_gui-qt4 } -check() { - cd "$builddir"/wpa_supplicant - make eapol_test -} - package() { cd "$builddir"/wpa_supplicant make DESTDIR="$pkgdir" LIBDIR=/lib BINDIR=/sbin install -- cgit v1.2.3-60-g2f50