68 lines
2.4 KiB
Plaintext
68 lines
2.4 KiB
Plaintext
$NetBSD: patch-aa,v 1.22 2013/06/29 19:24:57 spz Exp $
|
|
|
|
--- configure.orig 2013-06-21 22:29:35.000000000 +0000
|
|
+++ configure
|
|
@@ -3646,6 +3646,7 @@ $as_echo "$as_me: $xc_bad_var_msg librar
|
|
;;
|
|
esac
|
|
done
|
|
+ xc_bad_var_cflags=no
|
|
if test $xc_bad_var_cflags = yes; then
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: using CFLAGS: $CFLAGS" >&5
|
|
$as_echo "$as_me: using CFLAGS: $CFLAGS" >&6;}
|
|
@@ -16634,7 +16635,7 @@ squeeze() {
|
|
|
|
|
|
#
|
|
- if test "$compiler_id" != "unknown"; then
|
|
+ if false; then
|
|
#
|
|
if test "$compiler_id" = "GNU_C" ||
|
|
test "$compiler_id" = "CLANG"; then
|
|
@@ -21496,15 +21497,15 @@ $as_echo "#define HAVE_GSSAPI 1" >>confd
|
|
LIBS="$gss_libs $LIBS"
|
|
elif test "$GSSAPI_ROOT" != "yes"; then
|
|
LDFLAGS="$LDFLAGS -L$GSSAPI_ROOT/lib$libsuff"
|
|
- LIBS="-lgssapi $LIBS"
|
|
+ LIBS="-lgssapi -lkrb5 $LIBS"
|
|
else
|
|
- LIBS="-lgssapi $LIBS"
|
|
+ LIBS="-lgssapi -lkrb5 $LIBS"
|
|
fi
|
|
;;
|
|
esac
|
|
else
|
|
LDFLAGS="$LDFLAGS $GSSAPI_LIB_DIR"
|
|
- LIBS="-lgssapi $LIBS"
|
|
+ LIBS="-lgssapi -lkrb5 $LIBS"
|
|
fi
|
|
else
|
|
CPPFLAGS="$save_CPPFLAGS"
|
|
@@ -25070,19 +25071,19 @@ $as_echo "$as_me: WARNING: You need an l
|
|
$as_echo "yes" >&6; }
|
|
if test "x$OPENSSL_ENABLED" = "x1"; then
|
|
versioned_symbols_flavour="OPENSSL_"
|
|
- elif test "x$GNUTLS_ENABLED" == "x1"; then
|
|
+ elif test "x$GNUTLS_ENABLED" = "x1"; then
|
|
versioned_symbols_flavour="GNUTLS_"
|
|
- elif test "x$NSS_ENABLED" == "x1"; then
|
|
+ elif test "x$NSS_ENABLED" = "x1"; then
|
|
versioned_symbols_flavour="NSS_"
|
|
- elif test "x$POLARSSL_ENABLED" == "x1"; then
|
|
+ elif test "x$POLARSSL_ENABLED" = "x1"; then
|
|
versioned_symbols_flavour="POLARSSL_"
|
|
- elif test "x$CYASSL_ENABLED" == "x1"; then
|
|
+ elif test "x$CYASSL_ENABLED" = "x1"; then
|
|
versioned_symbols_flavour="CYASSL_"
|
|
- elif test "x$AXTLS_ENABLED" == "x1"; then
|
|
+ elif test "x$AXTLS_ENABLED" = "x1"; then
|
|
versioned_symbols_flavour="AXTLS_"
|
|
- elif test "x$WINSSL_ENABLED" == "x1"; then
|
|
+ elif test "x$WINSSL_ENABLED" = "x1"; then
|
|
versioned_symbols_flavour="WINSSL_"
|
|
- elif test "x$DARWINSSL_ENABLED" == "x1"; then
|
|
+ elif test "x$DARWINSSL_ENABLED" = "x1"; then
|
|
versioned_symbols_flavour="DARWINSSL_"
|
|
else
|
|
versioned_symbols_flavour=""
|