Fossil SCM

For --with-openssl=PATH, the libraries should be found in the PATH directory, not in the PATH/lib subdirectory.

drh 2025-02-20 14:48 trunk
Commit 304503ed24a2f3ccd755132e7f76dbf3c15f2eb8ad18f411b241635655e13369
1 file changed +1 -1
+1 -1
--- auto.def
+++ auto.def
@@ -466,11 +466,11 @@
466466
set cflags ""
467467
set ldflags ""
468468
} else {
469469
set msg "openssl in $dir"
470470
set cflags "-I$dir/include"
471
- set ldflags "-L$dir/lib"
471
+ set ldflags "-L$dir"
472472
}
473473
if {[check-for-openssl $msg "$cflags $ldflags"]} {
474474
incr found
475475
break
476476
}
477477
--- auto.def
+++ auto.def
@@ -466,11 +466,11 @@
466 set cflags ""
467 set ldflags ""
468 } else {
469 set msg "openssl in $dir"
470 set cflags "-I$dir/include"
471 set ldflags "-L$dir/lib"
472 }
473 if {[check-for-openssl $msg "$cflags $ldflags"]} {
474 incr found
475 break
476 }
477
--- auto.def
+++ auto.def
@@ -466,11 +466,11 @@
466 set cflags ""
467 set ldflags ""
468 } else {
469 set msg "openssl in $dir"
470 set cflags "-I$dir/include"
471 set ldflags "-L$dir"
472 }
473 if {[check-for-openssl $msg "$cflags $ldflags"]} {
474 incr found
475 break
476 }
477

Keyboard Shortcuts

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