summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Deutschmann <whissi@gentoo.org>2021-06-02 14:44:27 +0200
committerThomas Deutschmann <whissi@gentoo.org>2021-06-02 14:59:31 +0200
commit7c3847f54c77bc1f89b5f3379da76af8bf48e3db (patch)
treea88a4839c3617f722a31c0f150b84db182df1402 /net-wireless
parentnet-wireless/hostapd: fix CVE-2021-30004 (diff)
downloadgentoo-7c3847f54c77bc1f89b5f3379da76af8bf48e3db.tar.gz
gentoo-7c3847f54c77bc1f89b5f3379da76af8bf48e3db.tar.bz2
gentoo-7c3847f54c77bc1f89b5f3379da76af8bf48e3db.zip
net-wireless/hostapd: fix USE=-internal-tls
Fixes: 1eb56d95 ("net-wireless/hostapd: remove libressl support") Package-Manager: Portage-3.0.19, Repoman-3.0.3 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Diffstat (limited to 'net-wireless')
-rw-r--r--net-wireless/hostapd/hostapd-9999.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/net-wireless/hostapd/hostapd-9999.ebuild b/net-wireless/hostapd/hostapd-9999.ebuild
index 92074dc1872f..c94f67d82ad1 100644
--- a/net-wireless/hostapd/hostapd-9999.ebuild
+++ b/net-wireless/hostapd/hostapd-9999.ebuild
@@ -204,7 +204,7 @@ src_configure() {
src_compile() {
emake V=1
- if use internal-tls; then
+ if ! use internal-tls; then
emake V=1 nt_password_hash
emake V=1 hlr_auc_gw
fi