Lines 128-132
Link Here
|
128 |
|
128 |
|
129 |
if test "$echo_libs" = "yes"; then |
129 |
if test "$echo_libs" = "yes"; then |
130 |
libdirs="-Wl,-R$libdir -L$libdir" |
130 |
libdirs="-L$libdir" |
131 |
if test -n "$lib_ssl"; then |
131 |
if test -n "$lib_ssl"; then |
132 |
libdirs="$libdirs -lssl${major_version}" |
132 |
libdirs="$libdirs -lssl${major_version}" |