-
Notifications
You must be signed in to change notification settings - Fork 69
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'apple-silicon' into public/8.3
* apple-silicon: Add support for Apple Silicon - clean up legacy Apple stuff
- Loading branch information
Showing
7 changed files
with
153 additions
and
174 deletions.
There are no files selected for viewing
Binary file not shown.
Binary file not shown.
File renamed without changes.
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,13 @@ | ||
--- Makefile.orig 2022-02-22 15:04:10.000000000 +0100 | ||
+++ Makefile 2022-02-22 15:04:35.000000000 +0100 | ||
@@ -303,8 +303,8 @@ | ||
# Net::SSLeay might depend on some other libraries: | ||
# See ExtUtils::Liblist for details | ||
# | ||
-EXTRALIBS = -L/usr/local/opt/openssl/lib -L/usr/local/opt/openssl -lssl -lcrypto -lz | ||
-LDLOADLIBS = -L/usr/local/opt/openssl/lib -L/usr/local/opt/openssl -lssl -lcrypto -lz | ||
+EXTRALIBS = -L../build/openssl/lib ../build/openssl/lib/libssl.a ../build/openssl/lib/libcrypto.a /usr/local/Cellar/zlib/1.2.11/lib/libz.a | ||
+LDLOADLIBS = -L../build/openssl/lib ../build/openssl/lib/libssl.a ../build/openssl/lib/libcrypto.a /usr/local/Cellar/zlib/1.2.11/lib/libz.a | ||
BSLOADLIBS = | ||
LD_RUN_PATH = /usr/local/opt/openssl/lib | ||
|
Oops, something went wrong.