#!/usr/bin/make -f

export DEB_LDFLAGS_MAINT_APPEND += -Wl,--no-as-needed -latomic -Wl,--as-needed

%:
	dh $@

override_dh_auto_configure:
	dh_auto_configure -- --with-xmlrpc-c --enable-ipv6
