From adbef1d400b79a008f1edcbe315fd5317f40d7c7 Mon Sep 17 00:00:00 2001 From: maxice8 Date: Sun, 4 Nov 2018 14:21:24 -0200 Subject: [PATCH] hostapd: rebuild against libressl-2.8 --- srcpkgs/hostapd/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/hostapd/template b/srcpkgs/hostapd/template index 094d7bae50..4fc36bf975 100644 --- a/srcpkgs/hostapd/template +++ b/srcpkgs/hostapd/template @@ -1,8 +1,8 @@ # Template file for 'hostapd' pkgname=hostapd version=2.6 -revision=6 -build_wrksrc=${pkgname} +revision=7 +build_wrksrc="$pkgname" conf_files="/etc/hostapd/hostapd.conf" hostmakedepends="pkg-config" makedepends="libnl3-devel libressl-devel"