From 728de3d432dee71516384e83a69b0e26a16b3fc3 Mon Sep 17 00:00:00 2001 From: hechos Date: Fri, 28 Jan 2022 15:00:51 -0300 Subject: [PATCH] hostapd: update to 2.10 --- srcpkgs/hostapd/template | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/srcpkgs/hostapd/template b/srcpkgs/hostapd/template index 87cf12033e40..07c13d4b74f9 100644 --- a/srcpkgs/hostapd/template +++ b/srcpkgs/hostapd/template @@ -1,7 +1,7 @@ # Template file for 'hostapd' pkgname=hostapd -version=2.9 -revision=3 +version=2.10 +revision=1 build_wrksrc="$pkgname" conf_files="/etc/hostapd/hostapd.conf" hostmakedepends="pkg-config" @@ -11,14 +11,14 @@ maintainer="Orphaned " license="BSD-3-Clause" homepage="http://w1.fi/hostapd/" distfiles="http://w1.fi/releases/${pkgname}-${version}.tar.gz" -checksum=881d7d6a90b2428479288d64233151448f8990ab4958e0ecaca7eeb3c9db2bd7 +checksum=206e7c799b678572c2e3d12030238784bc4a9f82323b0156b4c9466f1498915d do_configure() { cp -f ${FILESDIR}/config .config sed -i 's#/etc/hostapd#/etc/hostapd/hostapd#' hostapd.conf } do_build() { - export CFLAGS+=" $(pkg-config --cflags libnl-3.0)" + export CFLAGS+="-O2 $(pkg-config --cflags libnl-3.0)" make ${makejobs} } do_install() {