From 111cce69e36f2024171844214152d9180e9726e0 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Fri, 8 Apr 2011 22:35:30 +0200 Subject: [PATCH] gnome-shell: embed rpath for gnome-bluetooth to make this work. --- srcpkgs/gnome-shell/template | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/srcpkgs/gnome-shell/template b/srcpkgs/gnome-shell/template index 0dd686fd950..db79b4dd061 100644 --- a/srcpkgs/gnome-shell/template +++ b/srcpkgs/gnome-shell/template @@ -1,7 +1,7 @@ # Template file for 'gnome-shell' pkgname=gnome-shell version=3.0.0.2 -revision=1 +revision=2 distfiles="${GNOME_SITE}/$pkgname/3.0/$pkgname-$version.tar.bz2" build_style=gnu_configure configure_args="--disable-schemas-install --disable-schemas-compile @@ -124,6 +124,7 @@ Add_dependency full desktop-file-utils pre_configure() { export LD_LIBRARY_PATH="$LD_LIBRARY_PATH:/usr/lib/gnome-bluetooth" + export LDFLAGS="-Wl,-R/usr/lib/gnome-bluetooth" } post_install()