From c6ced60ed22101d74fa762478545b3d29de88e31 Mon Sep 17 00:00:00 2001 From: Benjamin Barenblat Date: Mon, 6 Jul 2015 00:34:14 -0400 Subject: Make static linking work (closes Debian #791551) --- debian/changelog | 5 +++-- debian/rules | 3 ++- 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 Wed, 20 May 2015 13:52:40 -0400 + -- Benjamin Barenblat 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: -- cgit v1.2.3