FreeBSD Bugzilla – Attachment 197115 Details for
Bug 228867
www/neon: Fails to build with OpenSSL 1.1
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
FIxed compile
patch-configure (text/plain), 1.22 KB, created by
Nathan
on 2018-09-15 18:39:18 UTC
(
hide
)
Description:
FIxed compile
Filename:
MIME Type:
Creator:
Nathan
Created:
2018-09-15 18:39:18 UTC
Size:
1.22 KB
patch
obsolete
>--- configure.orig 2018-09-15 18:21:07 UTC >+++ configure >@@ -6318,7 +6318,7 @@ $ne__code > } > _ACEOF > if ac_fn_c_try_link "$LINENO"; then : >- ne_cv_libsfor_SSL_library_init="-l$lib -ldl"; break >+ ne_cv_libsfor_SSL_library_init_ssl="-l$lib -ldl"; break > fi > rm -f core conftest.err conftest.$ac_objext \ > conftest$ac_exeext conftest.$ac_ext >@@ -6328,15 +6328,15 @@ fi > rm -f core conftest.err conftest.$ac_objext \ > conftest$ac_exeext conftest.$ac_ext > fi >-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ne_cv_libsfor_SSL_library_init" >&5 >-$as_echo "$ne_cv_libsfor_SSL_library_init" >&6; } >+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ne_cv_libsfor_SSL_library_init_ssl" >&5 >+$as_echo "$ne_cv_libsfor_SSL_library_init_ssl" >&6; } > >-if test "$ne_cv_libsfor_SSL_library_init" = "not found"; then >+if test "$ne_cv_libsfor_SSL_library_init_ssl" = "not found"; then > as_fn_error $? "could not find library containing SSL_library_init" "$LINENO" 5 >-elif test "$ne_cv_libsfor_SSL_library_init" = "none needed"; then >+elif test "$ne_cv_libsfor_SSL_library_init_ssl" = "none needed"; then > : > else >- NEON_LIBS="$ne_cv_libsfor_SSL_library_init $NEON_LIBS" >+ NEON_LIBS="$ne_cv_libsfor_SSL_library_init_ssl $NEON_LIBS" > > fi > else
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
Actions:
View
|
Diff
Attachments on
bug 228867
:
194126
|
197115
|
197803
|
197809
|
198017