summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--debian/changelog6
-rwxr-xr-xdebian/rules2
2 files changed, 7 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index 708e2d0..bda433c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+rt-tests (1.0-4) UNRELEASED; urgency=medium
+
+ * Fix selection for building with or without NUMA (Closes: #930836)
+
+ -- Uwe Kleine-König <ukleinek@debian.org> Fri, 21 Jun 2019 21:08:18 +0200
+
rt-tests (1.0-3) unstable; urgency=medium
* drop Recommends to dropped package backfire-dkms (Closes: #869960).
diff --git a/debian/rules b/debian/rules
index fe935f8..782d6be 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,7 +2,7 @@
export prefix=/usr
-ifneq (,$(findstring $(DEB_BUILD_ARCH), amd64 i386 ia64 mips mipsel mipsn32 mipsn32el mips64 mips64el powerpc))
+ifneq (,$(findstring $(DEB_HOST_ARCH), amd64 i386 ia64 mips mipsel mipsn32 mipsn32el mips64 mips64el powerpc powerpcspe ppc64 x32))
export NUMA=1
endif