-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
2e68bcc
commit 2a1326b
Showing
2 changed files
with
34 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
17 changes: 17 additions & 0 deletions
17
net/http_ping/files/makefile-support-macports-openssl3.diff
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
--- Makefile 2014-08-11 19:13:31.000000000 +0000 | ||
+++ Makefile 2024-11-24 19:47:54.834320939 +0000 | ||
@@ -9,10 +9,10 @@ | ||
# http://www.openssl.org/ Make sure the SSL_TREE definition points to the | ||
# tree with your OpenSSL installation - depending on how you installed it, | ||
# it may be in /usr/local instead of /usr/local/ssl. | ||
-#SSL_TREE = /usr/local/ssl | ||
-#SSL_DEFS = -DUSE_SSL | ||
-#SSL_INC = -I$(SSL_TREE)/include | ||
-#SSL_LIBS = -L$(SSL_TREE)/lib -lssl -lcrypto | ||
+SSL_TREE = $(PREFIX)/libexec/openssl3 | ||
+SSL_DEFS = -DUSE_SSL | ||
+SSL_INC = -I$(SSL_TREE)/include | ||
+SSL_LIBS = -L$(SSL_TREE)/lib -lssl -lcrypto | ||
|
||
|
||
BINDIR = /usr/local/bin |