This is not strictly needed as of
05c281bfa9e9d69ea3d0197590950c8e6845a13a,
but that reverting is hopefully only temporary.
Without this, with 05c281 undone, non-mainstream architectures
would fail to build.
Signed-off-by: Tommi Virtanen <tommi.virtanen@dreamhost.com>
extraopts += --without-libatomic-ops
endif
+ifneq ($(DEB_HOST_ARCH), i386)
+ifneq ($(DEB_HOST_ARCH), amd64)
+ # libgoogle-perftools-dev is only available on i386 and amd64
+ extraopts += --without-tcmalloc
+endif
+endif
+
configure: configure-stamp
configure-stamp:
dh_testdir