]> git.decadent.org.uk Git - nfs-utils.git/blobdiff - debian/patches/08-libgssglue-changes.patch
Imported Debian patch 1.1.1~git-20070929-1
[nfs-utils.git] / debian / patches / 08-libgssglue-changes.patch
diff --git a/debian/patches/08-libgssglue-changes.patch b/debian/patches/08-libgssglue-changes.patch
deleted file mode 100644 (file)
index 59e1c46..0000000
+++ /dev/null
@@ -1,134 +0,0 @@
---- a/utils/gssd/gssd.c
-+++ b/utils/gssd/gssd.c
-@@ -81,7 +81,7 @@ sig_hup(int signal)
- static void
- usage(char *progname)
- {
--      fprintf(stderr, "usage: %s [-f] [-n] [-v] [-r] [-p pipefsdir] [-k keytab] [-d ccachedir]\n",
-+      fprintf(stderr, "usage: %s [-f] [-M] [-n] [-v] [-r] [-p pipefsdir] [-k keytab] [-d ccachedir]\n",
-               progname);
-       exit(1);
- }
---- a/configure        2007-08-10 01:29:12.000000000 +1000
-+++ b/configure        2007-09-12 23:00:15.000000000 +1000
-@@ -22631,12 +22631,12 @@
-         pkg_cv_RPCSECGSS_CFLAGS="$RPCSECGSS_CFLAGS"
-     else
-         if test -n "$PKG_CONFIG" && \
--    { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"librpcsecgss >= 0.10\"") >&5
--  ($PKG_CONFIG --exists --print-errors "librpcsecgss >= 0.10") 2>&5
-+    { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"librpcsecgss >= 0.16\"") >&5
-+  ($PKG_CONFIG --exists --print-errors "librpcsecgss >= 0.16") 2>&5
-   ac_status=$?
-   echo "$as_me:$LINENO: \$? = $ac_status" >&5
-   (exit $ac_status); }; then
--  pkg_cv_RPCSECGSS_CFLAGS=`$PKG_CONFIG --cflags "librpcsecgss >= 0.10" 2>/dev/null`
-+  pkg_cv_RPCSECGSS_CFLAGS=`$PKG_CONFIG --cflags "librpcsecgss >= 0.16" 2>/dev/null`
- else
-   pkg_failed=yes
- fi
-@@ -22649,12 +22649,12 @@
-         pkg_cv_RPCSECGSS_LIBS="$RPCSECGSS_LIBS"
-     else
-         if test -n "$PKG_CONFIG" && \
--    { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"librpcsecgss >= 0.10\"") >&5
--  ($PKG_CONFIG --exists --print-errors "librpcsecgss >= 0.10") 2>&5
-+    { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"librpcsecgss >= 0.16\"") >&5
-+  ($PKG_CONFIG --exists --print-errors "librpcsecgss >= 0.16") 2>&5
-   ac_status=$?
-   echo "$as_me:$LINENO: \$? = $ac_status" >&5
-   (exit $ac_status); }; then
--  pkg_cv_RPCSECGSS_LIBS=`$PKG_CONFIG --libs "librpcsecgss >= 0.10" 2>/dev/null`
-+  pkg_cv_RPCSECGSS_LIBS=`$PKG_CONFIG --libs "librpcsecgss >= 0.16" 2>/dev/null`
- else
-   pkg_failed=yes
- fi
-@@ -22673,9 +22673,9 @@
-         _pkg_short_errors_supported=no
- fi
-         if test $_pkg_short_errors_supported = yes; then
--              RPCSECGSS_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "librpcsecgss >= 0.10"`
-+              RPCSECGSS_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "librpcsecgss >= 0.16"`
-         else
--              RPCSECGSS_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "librpcsecgss >= 0.10"`
-+              RPCSECGSS_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "librpcsecgss >= 0.16"`
-         fi
-       # Put the nasty error message in config.log where it belongs
-       echo "$RPCSECGSS_PKG_ERRORS" >&5
-@@ -22710,12 +22710,12 @@
-         pkg_cv_GSSAPI_CFLAGS="$GSSAPI_CFLAGS"
-     else
-         if test -n "$PKG_CONFIG" && \
--    { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"libgssapi >= 0.11\"") >&5
--  ($PKG_CONFIG --exists --print-errors "libgssapi >= 0.11") 2>&5
-+    { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"libgssglue >= 0.1\"") >&5
-+  ($PKG_CONFIG --exists --print-errors "libgssglue >= 0.1") 2>&5
-   ac_status=$?
-   echo "$as_me:$LINENO: \$? = $ac_status" >&5
-   (exit $ac_status); }; then
--  pkg_cv_GSSAPI_CFLAGS=`$PKG_CONFIG --cflags "libgssapi >= 0.11" 2>/dev/null`
-+  pkg_cv_GSSAPI_CFLAGS=`$PKG_CONFIG --cflags "libgssglue >= 0.1" 2>/dev/null`
- else
-   pkg_failed=yes
- fi
-@@ -22728,12 +22728,12 @@
-         pkg_cv_GSSAPI_LIBS="$GSSAPI_LIBS"
-     else
-         if test -n "$PKG_CONFIG" && \
--    { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"libgssapi >= 0.11\"") >&5
--  ($PKG_CONFIG --exists --print-errors "libgssapi >= 0.11") 2>&5
-+    { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"libgssglue >= 0.1\"") >&5
-+  ($PKG_CONFIG --exists --print-errors "libgssglue >= 0.1") 2>&5
-   ac_status=$?
-   echo "$as_me:$LINENO: \$? = $ac_status" >&5
-   (exit $ac_status); }; then
--  pkg_cv_GSSAPI_LIBS=`$PKG_CONFIG --libs "libgssapi >= 0.11" 2>/dev/null`
-+  pkg_cv_GSSAPI_LIBS=`$PKG_CONFIG --libs "libgssglue >= 0.1" 2>/dev/null`
- else
-   pkg_failed=yes
- fi
-@@ -22752,14 +22752,14 @@
-         _pkg_short_errors_supported=no
- fi
-         if test $_pkg_short_errors_supported = yes; then
--              GSSAPI_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "libgssapi >= 0.11"`
-+              GSSAPI_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "libgssglue >= 0.1"`
-         else
--              GSSAPI_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "libgssapi >= 0.11"`
-+              GSSAPI_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "libgssglue >= 0.1"`
-         fi
-       # Put the nasty error message in config.log where it belongs
-       echo "$GSSAPI_PKG_ERRORS" >&5
--      { { echo "$as_me:$LINENO: error: Package requirements (libgssapi >= 0.11) were not met:
-+      { { echo "$as_me:$LINENO: error: Package requirements (libgssglue >= 0.1) were not met:
- $GSSAPI_PKG_ERRORS
-@@ -22770,7 +22770,7 @@
- and GSSAPI_LIBS to avoid the need to call pkg-config.
- See the pkg-config man page for more details.
- " >&5
--echo "$as_me: error: Package requirements (libgssapi >= 0.11) were not met:
-+echo "$as_me: error: Package requirements (libgssglue >= 0.1) were not met:
- $GSSAPI_PKG_ERRORS
-@@ -24020,7 +24020,7 @@
-   echo $ECHO_N "(cached) $ECHO_C" >&6
- else
-   ac_check_lib_save_LIBS=$LIBS
--LIBS="-lrpcsecgss -lgssapi -ldl $LIBS"
-+LIBS="-lrpcsecgss -lgssglue -ldl $LIBS"
- cat >conftest.$ac_ext <<_ACEOF
- /* confdefs.h.  */
- _ACEOF
-@@ -24089,7 +24089,7 @@
-   echo $ECHO_N "(cached) $ECHO_C" >&6
- else
-   ac_check_lib_save_LIBS=$LIBS
--LIBS="-lrpcsecgss -lgssapi -ldl $LIBS"
-+LIBS="-lrpcsecgss -lgssglue -ldl $LIBS"
- cat >conftest.$ac_ext <<_ACEOF
- /* confdefs.h.  */
- _ACEOF