<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">--- ./Makefile	2023-09-19 14:22:29
+++ ./Makefile	2023-09-19 14:22:50
@@ -76,8 +76,8 @@
 GIT_VERSION  := $(GIT_VERSION)-static
 else
 # for dynamic linking
-LDFLAGS   += -L/usr/local/lib -L/usr/local/ssl/lib -L/usr/local/opt/openssl/lib -L/opt/local/lib
-CFLAGS    += -I/usr/local/include -I/usr/local/ssl/include -I/usr/local/ssl/include/openssl -I/usr/local/opt/openssl/include -I/opt/local/include -I/opt/local/include/openssl
+LDFLAGS   += 
+CFLAGS    += 
 endif
 
 # Find the number of processors on the system (used in -j option in building OpenSSL).
</pre></body></html>