diff options
author | Frederic Bompart <frederic@unknown.openembedded.org> | 2005-09-20 10:28:32 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2005-09-20 10:28:32 +0000 |
commit | 962765e24f93ff9f37d957d44970fe0489f762df (patch) | |
tree | 84179ebece554e3564a781df5af1f904c40d497e /packages/gnome/gnome-vfs-dbus | |
parent | dd088063c0542a8940f201b33ae6ce904198d9ea (diff) |
gnome-vfs-dbus: do not use GSSAPI_LIBS if gssapi does not compile
http://bugs.openembedded.org/show_bug.cgi?id=250
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) |