From 658241f1bcf5dee64e688eb93e073c335f2d1890 Mon Sep 17 00:00:00 2001 From: tb Date: Wed, 9 Jul 2025 04:00:57 +0000 Subject: [PATCH] switch wpa_supplicant,-openssl to openssl 3.5 --- security/wpa_supplicant/Makefile | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/security/wpa_supplicant/Makefile b/security/wpa_supplicant/Makefile index 101ab76ecdd..0217d04ee9e 100644 --- a/security/wpa_supplicant/Makefile +++ b/security/wpa_supplicant/Makefile @@ -1,7 +1,7 @@ COMMENT= IEEE 802.1X supplicant DISTNAME= wpa_supplicant-2.9 -REVISION= 6 +REVISION= 7 CATEGORIES= security net HOMEPAGE= https://w1.fi/wpa_supplicant/ @@ -28,10 +28,10 @@ FLAVOR?= CFLAGS+= -I${LOCALBASE}/include/PCSC .if ${FLAVOR:Mopenssl} -LIB_DEPENDS += security/openssl/3.3 -CFLAGS += -Wno-deprecated-declarations -I${LOCALBASE}/include/eopenssl33 -LIBS += -Wl,-rpath ${LOCALBASE}/lib/eopenssl33 -L${LOCALBASE}/lib/eopenssl33 -WANTLIB += lib/eopenssl33/crypto lib/eopenssl33/ssl +LIB_DEPENDS += security/openssl/3.5 +CFLAGS += -Wno-deprecated-declarations -I${LOCALBASE}/include/eopenssl35 +LIBS += -Wl,-rpath ${LOCALBASE}/lib/eopenssl35 -L${LOCALBASE}/lib/eopenssl35 +WANTLIB += lib/eopenssl35/crypto lib/eopenssl35/ssl .else WANTLIB += crypto ssl .endif