Fossil SCM

Fix openssl library path when specifying --with-openssl with a manual path.

jan 2012-02-17 21:14 trunk
Commit 2ce353f5b0b0ca14907d8e7af2e3393a5129bf03
1 file changed +1 -1
+1 -1
--- auto.def
+++ auto.def
@@ -156,11 +156,11 @@
156156
set cflags ""
157157
set ldflags ""
158158
} else {
159159
set msg "ssl in $dir"
160160
set cflags "-I$dir/include"
161
- set ldflags "-L$dir/include"
161
+ set ldflags "-L$dir/lib"
162162
}
163163
if {[check-for-openssl $msg "$cflags $ldflags"]} {
164164
incr found
165165
break
166166
}
167167
--- auto.def
+++ auto.def
@@ -156,11 +156,11 @@
156 set cflags ""
157 set ldflags ""
158 } else {
159 set msg "ssl in $dir"
160 set cflags "-I$dir/include"
161 set ldflags "-L$dir/include"
162 }
163 if {[check-for-openssl $msg "$cflags $ldflags"]} {
164 incr found
165 break
166 }
167
--- auto.def
+++ auto.def
@@ -156,11 +156,11 @@
156 set cflags ""
157 set ldflags ""
158 } else {
159 set msg "ssl in $dir"
160 set cflags "-I$dir/include"
161 set ldflags "-L$dir/lib"
162 }
163 if {[check-for-openssl $msg "$cflags $ldflags"]} {
164 incr found
165 break
166 }
167

Keyboard Shortcuts

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