Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 699384
Collapse All | Expand All

(-)file_not_specified_in_diff (-2 / +2 lines)
Line  Link Here
0
-- a/configure.ac
0
++ b/configure.ac
Lines 2530-2536 AC_ARG_WITH([ssl-engine], Link Here
2530
)
2530
)
2531
2531
2532
if test "x$openssl" = "xyes" ; then
2532
if test "x$openssl" = "xyes" ; then
2533
	LIBS="-lcrypto $LIBS"
2533
	LIBS="-lcrypto -lpthread $LIBS"
2534
	AC_TRY_LINK_FUNC([RAND_add], ,
2534
	AC_TRY_LINK_FUNC([RAND_add], ,
2535
	    [AC_MSG_ERROR([*** working libcrypto not found, check config.log])])
2535
	    [AC_MSG_ERROR([*** working libcrypto not found, check config.log])])
2536
	AC_CHECK_HEADER([openssl/opensslv.h], ,
2536
	AC_CHECK_HEADER([openssl/opensslv.h], ,

Return to bug 699384