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].

drh 2021-02-06 23:35 trunk
Commit 17af40efffe0766f52f77c79989634730c3821c8bc56c987e313d06abe6ecd29
1 file changed +2 -1
+2 -1
--- auto.def
+++ auto.def
@@ -365,11 +365,12 @@
365365
set ldflags [exec pkg-config openssl --libs-only-L]
366366
set found [check-for-openssl "ssl via pkg-config" "$cflags $ldflags"]
367367
} msg
368368
if {!$found} {
369369
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"
371372
}
372373
}
373374
if {!$found} {
374375
foreach dir $ssldirs {
375376
if {$dir eq ""} {
376377
--- 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

Keyboard Shortcuts

Open search /
Next entry (timeline) j
Previous entry (timeline) k
Open focused entry Enter
Show this help ?
Toggle theme Top nav button