Fossil SCM
Add /opt/homebrew/opt/openssl to the list of directories checked for the OpenSSL library by the configure script. See [forum:/forumpost/9496e81a51|forum post 9496e81a51].
Commit
17af40efffe0766f52f77c79989634730c3821c8bc56c987e313d06abe6ecd29
Parent
324154e8214cd4f…
1 file changed
+2
-1
M
auto.def
+2
-1
| --- auto.def | ||
| +++ auto.def | ||
| @@ -365,11 +365,12 @@ | ||
| 365 | 365 | set ldflags [exec pkg-config openssl --libs-only-L] |
| 366 | 366 | set found [check-for-openssl "ssl via pkg-config" "$cflags $ldflags"] |
| 367 | 367 | } msg |
| 368 | 368 | if {!$found} { |
| 369 | 369 | set ssldirs "{} /usr/sfw /usr/local/ssl /usr/lib/ssl /usr/ssl \ |
| 370 | - /usr/pkg /usr/local /usr /usr/local/opt/openssl" | |
| 370 | + /usr/pkg /usr/local /usr /usr/local/opt/openssl \ | |
| 371 | + /opt/homebrew/opt/openssl" | |
| 371 | 372 | } |
| 372 | 373 | } |
| 373 | 374 | if {!$found} { |
| 374 | 375 | foreach dir $ssldirs { |
| 375 | 376 | if {$dir eq ""} { |
| 376 | 377 |
| --- auto.def | |
| +++ auto.def | |
| @@ -365,11 +365,12 @@ | |
| 365 | set ldflags [exec pkg-config openssl --libs-only-L] |
| 366 | set found [check-for-openssl "ssl via pkg-config" "$cflags $ldflags"] |
| 367 | } msg |
| 368 | if {!$found} { |
| 369 | set ssldirs "{} /usr/sfw /usr/local/ssl /usr/lib/ssl /usr/ssl \ |
| 370 | /usr/pkg /usr/local /usr /usr/local/opt/openssl" |
| 371 | } |
| 372 | } |
| 373 | if {!$found} { |
| 374 | foreach dir $ssldirs { |
| 375 | if {$dir eq ""} { |
| 376 |
| --- auto.def | |
| +++ auto.def | |
| @@ -365,11 +365,12 @@ | |
| 365 | set ldflags [exec pkg-config openssl --libs-only-L] |
| 366 | set found [check-for-openssl "ssl via pkg-config" "$cflags $ldflags"] |
| 367 | } msg |
| 368 | if {!$found} { |
| 369 | set ssldirs "{} /usr/sfw /usr/local/ssl /usr/lib/ssl /usr/ssl \ |
| 370 | /usr/pkg /usr/local /usr /usr/local/opt/openssl \ |
| 371 | /opt/homebrew/opt/openssl" |
| 372 | } |
| 373 | } |
| 374 | if {!$found} { |
| 375 | foreach dir $ssldirs { |
| 376 | if {$dir eq ""} { |
| 377 |