Bugzilla – Attachment 810 Details for
Bug 854
openbsd-compat and "--with-ssl-dir=relative path" fails (if no other openssl installation is found)
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
prepend pwd to relative --with-openssl paths
openssh-configure-path.patch (text/plain), 697 bytes, created by
Darren Tucker
on 2005-02-09 20:21:51 AEDT
(
hide
)
Description:
prepend pwd to relative --with-openssl paths
Filename:
MIME Type:
Creator:
Darren Tucker
Created:
2005-02-09 20:21:51 AEDT
Size:
697 bytes
patch
obsolete
>Index: configure.ac >=================================================================== >RCS file: /usr/local/src/security/openssh/cvs/openssh_cvs/configure.ac,v >retrieving revision 1.237 >diff -u -p -r1.237 configure.ac >--- configure.ac 2 Feb 2005 12:30:25 -0000 1.237 >+++ configure.ac 9 Feb 2005 09:20:35 -0000 >@@ -1226,6 +1226,10 @@ AC_ARG_WITH(ssl-dir, > [ --with-ssl-dir=PATH Specify path to OpenSSL installation ], > [ > if test "x$withval" != "xno" ; then >+ case "$withval" in >+ # Relative paths >+ ./*|../*) withval="`pwd`/$withval" >+ esac > if test -d "$withval/lib"; then > if test -n "${need_dash_r}"; then > LDFLAGS="-L${withval}/lib -R${withval}/lib ${LDFLAGS}"
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Flags:
djm
:
ok+
Actions:
View
|
Diff
Attachments on
bug 854
: 810