mirror of
https://github.com/stefanberger/libtpms
synced 2026-01-09 14:11:36 +00:00
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:
parent
1fe484ce67
commit
5cc673f73d
4
debian/rules
vendored
4
debian/rules
vendored
@ -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:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user