Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/0.84/sucrose/python-hulahop/SOURCES/python-hulahop-0.4.9-sugar-hulahop-libs.patch
blob: fcbf6a870828d7e93def5afc7e26d8344c8ea445 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- hulahop-0.4.9/configure.ac.orig	2009-04-23 04:42:06.000000000 -0400
+++ hulahop-0.4.9/configure.ac	2009-04-23 04:42:40.000000000 -0400
@@ -39,7 +39,7 @@
 # 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_LIBS="$LIBXUL_LIBS -L$LIBXUL_DIR -lpyxpcom"
+LIBXUL_LIBS="-L`$PKG_CONFIG --variable=sdkdir libxul` -lsqlite3 -lmozjs $LIBXUL_LIBS -L$LIBXUL_DIR -lpyxpcom"
 
 LIBXUL_CFLAGS="$LIBXUL_CFLAGS `$PKG_CONFIG --cflags --define-variable=includetype=unstable libxul`"