Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 150861 Details for
Bug 203157
dev-lang/erlang-12.2.0 does not build ssl support w/ --as-needed
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
erlang-12.2.1--as-needed.patch
erlang-as-needed.patch (text/plain), 681 bytes, created by
Peter Volkov (RETIRED)
on 2008-04-24 19:36:49 UTC
(
hide
)
Description:
erlang-12.2.1--as-needed.patch
Filename:
MIME Type:
Creator:
Peter Volkov (RETIRED)
Created:
2008-04-24 19:36:49 UTC
Size:
681 bytes
patch
obsolete
>--- erts/configure.in.orig 2008-04-24 23:16:09.000000000 +0400 >+++ erts/configure.in 2008-04-24 23:17:05.000000000 +0400 >@@ -2874,8 +2874,10 @@ > else > saveCFLAGS="$CFLAGS" > saveLDFLAGS="$LDFLAGS" >+ saveLIBS="$LIBS" > CFLAGS="$CFLAGS $SSL_INCLUDE" >- LDFLAGS="$LDFLAGS -L$SSL_LIBDIR -lcrypto" >+ LDFLAGS="$LDFLAGS -L$SSL_LIBDIR" >+ LIBS="-lcrypto" > AC_TRY_LINK([ > #include <stdio.h> > #include <openssl/hmac.h>], >@@ -2887,6 +2889,7 @@ > [ssl_linkable=no]) > CFLAGS="$saveCFLAGS" > LDFLAGS="$saveLDFLAGS" >+ LIBS="$saveLIBS" > fi > fi > if test "x$ssl_found" = "xyes" -a "x$ssl_linkable" = "xyes" ; then
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 203157
: 150861 |
150862