Bugzilla – Attachment 1841 Details for
Bug 1756
5.4p1 fails to build on SuSE 10 64bit with openssl/1.0.0 due to missing -L flag
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
openssh-ssl-lib64.patch
openssh-ssl-lib64.patch (text/plain), 697 bytes, created by
Darren Tucker
on 2010-04-23 11:09:47 AEST
(
hide
)
Description:
openssh-ssl-lib64.patch
Filename:
MIME Type:
Creator:
Darren Tucker
Created:
2010-04-23 11:09:47 AEST
Size:
697 bytes
patch
obsolete
>Index: configure.ac >=================================================================== >RCS file: /var/cvs/openssh/configure.ac,v >retrieving revision 1.449 >diff -u -p -r1.449 configure.ac >--- configure.ac 10 Apr 2010 12:58:01 -0000 1.449 >+++ configure.ac 23 Apr 2010 01:04:49 -0000 >@@ -1906,6 +1906,12 @@ AC_ARG_WITH(ssl-dir, > else > LDFLAGS="-L${withval}/lib ${LDFLAGS}" > fi >+ elif test -d "$withval/lib64"; then >+ if test -n "${need_dash_r}"; then >+ LDFLAGS="-L${withval}/lib64 -R${withval}/lib64 ${LDFLAGS}" >+ else >+ LDFLAGS="-L${withval}/lib64 ${LDFLAGS}" >+ fi > else > if test -n "${need_dash_r}"; then > LDFLAGS="-L${withval} -R${withval} ${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 Raw
Actions:
View
Attachments on
bug 1756
: 1841