]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Fix eapol_test picking up the wrong OpenSSL version?
authorArran Cudbard-Bell <a.cudbardb@freeradius.org>
Sat, 2 Oct 2021 22:04:37 +0000 (17:04 -0500)
committerArran Cudbard-Bell <a.cudbardb@freeradius.org>
Sat, 2 Oct 2021 22:04:37 +0000 (17:04 -0500)
scripts/ci/eapol_test/config_osx

index 27c4c860d1a1abd18bf585bbcae6592ef6c1f9cc..53ba5a61d4df96e412effa3668d54d61663e3165 100644 (file)
@@ -12,8 +12,8 @@
 CFLAGS += -g3 -O0 -Wno-unknown-warning-option -Wno-error=deprecated-declarations -Wno-error=void-pointer-to-enum-cast
 
 # Use OpenSSL 1.1 for now as eapol_test doesn't support 3.0.0 (as of master HEAD 2/10/2021)
-CFLAGS += -I/usr/local/opt/openssl@1.1/include -I/usr/local/include/openssl
-LIBS += -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib
+CFLAGS += -I/usr/local/opt/openssl@1.1/include
+LIBS += -L/usr/local/opt/openssl@1.1/lib
 
 # Some Red Hat versions seem to include kerberos header files from OpenSSL, but
 # the kerberos files are not in the default include path. Following line can be