#!/usr/bin/make -f

export CFLAGS := $(shell DEB_CFLAGS_MAINT_STRIP='-fstack-protector --param=ssp-buffer-size=4' dpkg-buildflags --get CFLAGS)

#override_dh_auto_configure:
#	CC=clang ./configure --prefix=/usr

%:
	dh $@ --with autoreconf
