hostapd: switch to libressl.
This commit is contained in:
parent
aa68a151e5
commit
61d118b03a
|
@ -1,10 +1,10 @@
|
|||
# Template file for 'hostapd'
|
||||
pkgname=hostapd
|
||||
version=2.2
|
||||
revision=2
|
||||
revision=3
|
||||
build_wrksrc=${pkgname}
|
||||
hostmakedepends="pkg-config"
|
||||
makedepends="libnl3-devel openssl-devel"
|
||||
makedepends="libnl3-devel libressl-devel"
|
||||
short_desc="IEEE 802.11 AP, IEEE 802.1X/WPA/WPA2/EAP/RADIUS Authenticator"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
license="BSD"
|
||||
|
|
Loading…
Reference in New Issue