search for: ved_ldflag

Displaying 1 result from an estimated 1 matches for "ved_ldflag".

Did you mean: ved_ldflags
2014 Feb 09
1
openssh 6.5p1 configure and ssl location/shared
...l/openssl failed for me because it could not find opensslv.h. This is because that section of the configure hardwires the /usr/local/ssl directory instead of using the --with-ssl-dir value. From configure.ac: .. LDFLAGS="-L/usr/local/ssl/lib -R/usr/local/ssl/lib ${sa\ ved_LDFLAGS}" else LDFLAGS="-L/usr/local/ssl/lib ${saved_LDFLAGS}" fi CPPFLAGS="-I/usr/local/ssl/include ${saved_CPPFLAGS}" .. I made a symlink /usr/local/ssl to work around that. Then it failed again, this time...