[banshee] osx: preference to /usr/lib in DYLD_LIBRARY_PATH (bgo#752033)
- From: Andrés Aragoneses <aaragoneses src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [banshee] osx: preference to /usr/lib in DYLD_LIBRARY_PATH (bgo#752033)
- Date: Mon, 6 Jul 2015 20:37:09 +0000 (UTC)
commit 71102cf2b1f0cf89d673d1519e3de0c7715adc1f
Author: Andrés G. Aragoneses <knocte gmail com>
Date: Mon Jul 6 22:36:59 2015 +0200
osx: preference to /usr/lib in DYLD_LIBRARY_PATH (bgo#752033)
Give preference to /usr/lib before any other libdir in
DYLD_LIBRARY_PATH. This way conflicts between versions
such as the one in bgo#752033 (libxml2) are prevented
and allow Banshee to initialize without crashing.
src/Clients/Booter/banshee.darwin.in | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/Clients/Booter/banshee.darwin.in b/src/Clients/Booter/banshee.darwin.in
index 068befc..73e7056 100644
--- a/src/Clients/Booter/banshee.darwin.in
+++ b/src/Clients/Booter/banshee.darwin.in
@@ -32,7 +32,7 @@ export GDK_PIXBUF_MODULE_FILE="$ETC_DIR/gtk-2.0/gdk-pixbuf.loaders"
export PANGO_RC_FILE="$ETC_DIR/pango/pangorc"
# Banshee/Mono/GStreamer environment
-export DYLD_LIBRARY_PATH="$LIB_DIR:$LIB_DIR/@PACKAGE@:$LIB_DIR/@PACKAGE@/Extensions"
+export DYLD_LIBRARY_PATH="/usr/lib:$LIB_DIR:$LIB_DIR/@PACKAGE@:$LIB_DIR/@PACKAGE@/Extensions"
export GST_PLUGIN_SYSTEM_PATH="$LIB_DIR/gstreamer-0.10"
export BANSHEE_CONFIG_DIR="$XDG_CONFIG_HOME/banshee-1"
BANSHEE_OPTIONS=""
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]