#!/usr/bin/make -f

include /usr/share/dpkg/default.mk

# Disable PIE on armhf, it triggers an FTBFS in the compilation of the vacall test
ifeq (armhf,$(DEB_HOST_ARCH))
export DEB_BUILD_MAINT_OPTIONS=hardening=-pie
endif

export ACLOCAL = aclocal -I$(CURDIR)/m4 -I$(CURDIR)/gnulib-m4

%:
	dh $@ --no-parallel
