You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/net-libs/wvstreams/files/wvstreams-99999-openssl-ldf...

11 lines
349 B

--- a/config.ac
+++ b/config.ac
@@ -444,7 +444,6 @@
if test "$with_openssl" != "no"; then
if test "$with_openssl" != ""; then
WV_APPEND(CPPFLAGS, [-I$with_openssl/include])
- WV_APPEND(LDFLAGS, [-L$with_openssl])
fi
AC_CHECK_HEADERS(openssl/ssl.h,, [with_openssl=no],
[#define OPENSSL_NO_KRB5])