Fossil SCM
For --with-openssl=PATH, the libraries should be found in the PATH directory, not in the PATH/lib subdirectory.
Commit
304503ed24a2f3ccd755132e7f76dbf3c15f2eb8ad18f411b241635655e13369
Parent
f5cb12df5a5c985…
1 file changed
+1
-1
M
auto.def
+1
-1
| --- auto.def | ||
| +++ auto.def | ||
| @@ -466,11 +466,11 @@ | ||
| 466 | 466 | set cflags "" |
| 467 | 467 | set ldflags "" |
| 468 | 468 | } else { |
| 469 | 469 | set msg "openssl in $dir" |
| 470 | 470 | set cflags "-I$dir/include" |
| 471 | - set ldflags "-L$dir/lib" | |
| 471 | + set ldflags "-L$dir" | |
| 472 | 472 | } |
| 473 | 473 | if {[check-for-openssl $msg "$cflags $ldflags"]} { |
| 474 | 474 | incr found |
| 475 | 475 | break |
| 476 | 476 | } |
| 477 | 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/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 |