Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/debian/patches/2001_hardcode_LIBXUL_DIR_automade.patch
blob: 5acb9180f779bc14e111ccdb7eb415d44b86dc0b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
diff --git a/configure b/configure
--- a/configure
+++ b/configure
@@ -20531,7 +20531,7 @@ fi
 # FIXME To be able to use pyxpcom we currently need
 # to link to xpcom at build time. Which involves various hacks.
 LIBXUL_SDK_DIR=`$PKG_CONFIG --variable=sdkdir libxul`
-LIBXUL_DIR="`dirname $LIBXUL_SDK_DIR`/xulrunner-`$PKG_CONFIG --modversion libxul`"
+LIBXUL_DIR="/usr/lib/xulrunner-1.9"
 LIBXUL_LIBS="$LIBXUL_LIBS -L$LIBXUL_DIR -lpyxpcom"
 
 LIBXUL_CFLAGS=`$PKG_CONFIG --cflags --define-variable=includetype=unstable libxul`