#! /usr/bin/make -f DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH) # disable lto because this does not work for me. Building static libraries with i # libtool/ar failes. I think this a apackage problem, it should use gcc-ar instead CONFFLAGS = \ --libdir=\$${prefix}/lib/$(DEB_HOST_MULTIARCH) \ --enable-kdbus \ --disable-lto \ --disable-tests autoreconf: ./autogen.sh override_dh_autoreconf: dh_autoreconf debian/rules -- autoreconf override_dh_auto_configure: dh_auto_configure --builddirectory=build \ -- $(CONFFLAGS) %: dh $@ --builddirectory=build --with autoreconf --parallel