diff options
author | Frederic Bompart <frederic@unknown.openembedded.org> | 2005-09-20 10:29:08 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2005-09-20 10:29:08 +0000 |
commit | 1d30f92183333983aad0f3c85609d23aa630e7a1 (patch) | |
tree | 236fdc3e76c478e3c314f20080f5d3c0e624e224 /packages/gnome/gnome-vfs-dbus | |
parent | 4d091ab7bcad9180be49ff4768602c05a2c6bfa7 (diff) | |
parent | 962765e24f93ff9f37d957d44970fe0489f762df (diff) |
merge of 344cfe464bbb04179a1e0d2688978bfb90f8c882
and 504eb28adf5c55172d82352ebbb76796781ed38a
Diffstat (limited to 'packages/gnome/gnome-vfs-dbus')
-rw-r--r-- | packages/gnome/gnome-vfs-dbus/gssapi.patch | 18 |
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) |