Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2008-08-16 09:18:10 (GMT)
committer Jonas Smedegaard <dr@jones.dk>2008-08-16 09:18:10 (GMT)
commit586470559c6e3778f6240a43da12bc7708a26c4b (patch)
tree71995374aa9d48d1743088326b2b4ab0f0b49ef4
parent31378d75db1a7b48c0dc6c1cf3d1ca6d76cb8985 (diff)
Add LDFLAGS needed to locate xulrunner libs. Closes: bug#494225, thanks to Lucas Nussbaum and peter green.debian/0.4.1-2
-rw-r--r--debian/changelog7
-rwxr-xr-xdebian/rules3
2 files changed, 10 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index f19d5c8..671208b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+sugar-hulahop (0.4.1-2) unstable; urgency=low
+
+ * Add LDFLAGS needed to locate xulrunner libs. Closes: bug#494225,
+ thanks to Lucas Nussbaum and peter green.
+
+ -- Jonas Smedegaard <dr@jones.dk> Sat, 16 Aug 2008 11:16:56 +0200
+
sugar-hulahop (0.4.1-1) unstable; urgency=low
* New upstream release.
diff --git a/debian/rules b/debian/rules
index e8dc5b1..f82f62b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -18,6 +18,9 @@ DEB_UPSTREAM_TARBALL_MD5 = 92d441c645dde20c98635dff496b8b29
pkg = python-hulahop
+# Needed to locate xulrunner
+LDFLAGS += -L/usr/lib/xulrunner-1.9
+
# Woraround for type punning causing "size of array 'arg' is negative"
CXXFLAGS += -fno-strict-aliasing