Skip to content

Commit

Permalink
security/wpa_supplicant-devel: Fix for OpenSSL 3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cschuber committed Jun 28, 2023
1 parent c53b314 commit de7361a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions security/wpa_supplicant-devel/Makefile
Expand Up @@ -21,6 +21,7 @@ BUILD_WRKSRC= ${WRKSRC}/wpa_supplicant
INSTALL_WRKSRC= ${WRKSRC}/src
CFLAGS+= ${CPPFLAGS} # USES=readline only augments CPPFLAGS and LDFLAGS
CFLAGS+= -I${OPENSSLINC}
CFLAGS+= -Wno-deprecated-declarations
LDFLAGS+= -L${OPENSSLLIB} -lutil
MAKE_ENV= V=1

Expand Down

0 comments on commit de7361a

Please sign in to comment.