#!/usr/bin/make -f

DEB_CONFIGURE_EXTRA_FLAGS += --disable-pclmul --disable-hardware-specific-code
export DEB_BUILD_MAINT_OPTIONS=hardening=+all

%:
	dh $@ --with autoreconf
