aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrederic Bompart <frederic@unknown.openembedded.org>2005-09-20 10:28:32 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2005-09-20 10:28:32 +0000
commit962765e24f93ff9f37d957d44970fe0489f762df (patch)
tree84179ebece554e3564a781df5af1f904c40d497e
parentdd088063c0542a8940f201b33ae6ce904198d9ea (diff)
downloadopenembedded-962765e24f93ff9f37d957d44970fe0489f762df.tar.gz
gnome-vfs-dbus: do not use GSSAPI_LIBS if gssapi does not compile
http://bugs.openembedded.org/show_bug.cgi?id=250
-rw-r--r--packages/gnome/gnome-vfs-dbus/gssapi.patch18
-rw-r--r--packages/gnome/gnome-vfs-dbus_2.8.4.4.bb1
2 files changed, 19 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)
diff --git a/packages/gnome/gnome-vfs-dbus_2.8.4.4.bb b/packages/gnome/gnome-vfs-dbus_2.8.4.4.bb
index 045a281676..fbec93c02b 100644
--- a/packages/gnome/gnome-vfs-dbus_2.8.4.4.bb
+++ b/packages/gnome/gnome-vfs-dbus_2.8.4.4.bb
@@ -11,6 +11,7 @@ RRECOMMENDS = "gnome-vfs-plugin-file shared-mime-info"
SRC_URI = "http://ftp.imendio.com/pub/extra/${PN}/${PN}-${PV}.tar.gz \
+ file://gssapi.patch;patch=1;pnum=1 \
file://gconftool-lossage.patch;patch=1;pnum=1"
EXTRA_OECONF = "--with-ipc=dbus"