summaryrefslogtreecommitdiff
path: root/www/curl/patches/patch-aa
blob: d576d41c61a1a7a50fa6d90f4adf6181360d5630 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
$NetBSD: patch-aa,v 1.18 2012/01/28 14:41:15 wiz Exp $

--- configure.orig	2012-01-23 15:32:37.000000000 +0000
+++ configure
@@ -15614,7 +15614,7 @@ squeeze() {
 
 
       #
-  if test "$compiler_id" != "unknown"; then
+  if false; then
     #
     if test "$compiler_id" = "GNU_C" ||
       test "$compiler_id" = "CLANG"; then
@@ -20090,15 +20090,15 @@ $as_echo "#define HAVE_GSSAPI 1" >>confd
            LIBS="$LIBS $gss_libs"
         elif test "$GSSAPI_ROOT" != "yes"; then
            LDFLAGS="$LDFLAGS -L$GSSAPI_ROOT/lib$libsuff"
-           LIBS="$LIBS -lgssapi"
+           LIBS="$LIBS -lgssapi -lkrb5"
         else
-           LIBS="$LIBS -lgssapi"
+           LIBS="$LIBS -lgssapi -lkrb5"
         fi
         ;;
      esac
   else
      LDFLAGS="$LDFLAGS $GSSAPI_LIB_DIR"
-     LIBS="$LIBS -lgssapi"
+     LIBS="$LIBS -lgssapi -lkrb5"
   fi
 else
   CPPFLAGS="$save_CPPFLAGS"
@@ -23346,15 +23346,15 @@ if test "${enable_versioned_symbols+set}
 $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_"
     else
       versioned_symbols_flavour=""