summaryrefslogtreecommitdiff
path: root/packages/gnome/gnome-vfs-dbus/gssapi.patch
diff options
context:
space:
mode:
Diffstat (limited to 'packages/gnome/gnome-vfs-dbus/gssapi.patch')
-rw-r--r--packages/gnome/gnome-vfs-dbus/gssapi.patch18
1 files changed, 18 insertions, 0 deletions
diff --git a/packages/gnome/gnome-vfs-dbus/gssapi.patch b/packages/gnome/gnome-vfs-dbus/gssapi.patch
new file mode 100644
index 0000000000..a4fcd605f2
--- /dev/null
+++ b/packages/gnome/gnome-vfs-dbus/gssapi.patch
@@ -0,0 +1,18 @@
+
+#
+# Patch managed by http://www.holgerschurig.de/patcher.html
+#
+
+--- gnome-vfs-dbus-2.8.4.4/configure.in~gssapi
++++ gnome-vfs-dbus-2.8.4.4/configure.in
+@@ -456,6 +456,10 @@
+ ])
+ LIBS="$saved_LIBS"
+ CPPFLAGS="$saved_CPPFLAGS"
++ if test "x$have_gssapi" != "xyes"; then
++ GSSAPI_LIBS=
++ GSSAPI_CFLAGS=
++ fi
+ fi
+ AC_SUBST(GSSAPI_LIBS)
+ AC_SUBST(GSSAPI_CFLAGS)