debian: Use autogen.sh and pass --with-tpm2 to configure

Signed-off-by: Stefan Berger <stefanb@linux.vnet.ibm.com>
This commit is contained in:
Stefan Berger 2018-09-13 09:13:27 -04:00
parent 1fe484ce67
commit 5cc673f73d

4
debian/rules vendored
View File

@ -6,7 +6,7 @@ DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
dh $@ --parallel
override_dh_auto_configure:
./bootstrap.sh
dh_auto_configure -- --with-openssl
NOCONFIGURE=1 ./autogen.sh
dh_auto_configure -- --with-openssl --with-tpm2
override_dh_usrlocal: