summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog5
-rwxr-xr-xdebian/rules3
2 files changed, 5 insertions, 3 deletions
diff --git a/debian/changelog b/debian/changelog
index f33b32d0..a0e30d19 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,9 @@
-urweb (20150520+dfsg-1) UNRELEASED; urgency=medium
+urweb (20150520+dfsg-1) unstable; urgency=medium
* New upstream release.
+ * Make static linking work on multiarch systems. (Closes: #791551)
- -- Benjamin Barenblat <bbaren@mit.edu> Wed, 20 May 2015 13:52:40 -0400
+ -- Benjamin Barenblat <bbaren@mit.edu> Mon, 06 Jul 2015 00:32:38 -0400
urweb (20150412+dfsg-1) unstable; urgency=medium
diff --git a/debian/rules b/debian/rules
index 329e03ad..231b9732 100755
--- a/debian/rules
+++ b/debian/rules
@@ -18,7 +18,8 @@ export MLTONARGS := \
.PHONY: override_dh_auto_configure
override_dh_auto_configure:
- SRCLIB=/usr/share/urweb dh_auto_configure --
+ LIB=/usr/lib/$(DEB_HOST_MULTIARCH) \
+ SRCLIB=/usr/share/urweb dh_auto_configure --
.PHONY: override_dh_auto_build
override_dh_auto_build: