[Lunar-commits] <moonbase> libproxy: giving this a bump to fix the libmozjs.so not being found on
Dennis 'stumbles' Veatch
stumbles at lunar-linux.org
Sat Jun 20 00:01:13 CEST 2009
commit 8019f74f37006d8c1a3b691fb0c402f7ad4a60f2
Author: Dennis 'stumbles' Veatch <stumbles at lunar-linux.org>
Date: Fri Jun 19 18:01:13 2009 -0400
libproxy: giving this a bump to fix the libmozjs.so not being found on
a lunar fix. xulrunner was bumped to remove the ineffective sedit that
was supposed to fix this.
---
libs/libproxy/BUILD | 4 ++++
libs/libproxy/DETAILS | 2 +-
2 files changed, 5 insertions(+), 1 deletions(-)
diff --git a/libs/libproxy/BUILD b/libs/libproxy/BUILD
index ed073b1..b465f47 100644
--- a/libs/libproxy/BUILD
+++ b/libs/libproxy/BUILD
@@ -2,7 +2,11 @@
if in_depends $MODULE xulrunner; then
XULRUNNER_VERSION=$(installed_version xulrunner)
+ # This CFLAGS setting fixes unable to find jsapi.h
CFLAGS="$CFLAGS -I/usr/include/xulrunner-$XULRUNNER_VERSION/unstable"
+ # This takes care of lunar fix reporting libmozjs.so not found.
+ LDFLAGS="$LDFLAGS -Wl,-rpath,/usr/lib/xulrunner-devel-$XULRUNNER_VERSION/lib"
+ # Done
fi &&
bad_flags "-Wl,-O1,--as-needed" &&
diff --git a/libs/libproxy/DETAILS b/libs/libproxy/DETAILS
index 7c0a500..f789cac 100644
--- a/libs/libproxy/DETAILS
+++ b/libs/libproxy/DETAILS
@@ -5,7 +5,7 @@
SOURCE_VFY=sha1:2b2b00a179740548035a1145bbae600db9b0a2ce
WEB_SITE=http://code.google.com/p/libproxy/
ENTERED=20090221
- UPDATED=20090221
+ UPDATED=20090619
SHORT="automatic proxy configuration management"
cat << EOF
More information about the Lunar-commits
mailing list