Hi!
Now that the unrelated #811038 in debhelper is dealt with, nss builds
fine without any code patch, with the line in debian/rules I mentioned
(needed because the upstream Makefile doesn't do autodetection).

Could you please put this in the VCS so it's not forgotten the next time you
upload?  A commit against pkg-mozilla/nss.git attached.

-- 
A tit a day keeps the vet away.
>From 78a31b88488a5d630254497c3bf605ae7ae784f5 Mon Sep 17 00:00:00 2001
From: Adam Borowski <kilob...@angband.pl>
Date: Sun, 24 Jan 2016 15:52:59 +0100
Subject: [PATCH] Set USE_X32 on x32, fixes FTBFS.

---
 debian/rules | 1 +
 1 file changed, 1 insertion(+)

diff --git a/debian/rules b/debian/rules
index c7b3488..e9d241c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -63,6 +63,7 @@ COMMON_MAKE_FLAGS := \
 	DIST=$(DISTDIR) \
 	OBJDIR_NAME=OBJS \
 	$(and $(filter 64,$(shell dpkg-architecture -qDEB_HOST_ARCH_BITS)),USE_64=1) \
+	$(and $(filter x32,$(shell dpkg-architecture -qDEB_HOST_ARCH)),USE_X32=1) \
 	$(NULL)
 
 NSS_TOOLS := \
-- 
2.7.0

Reply via email to