mirror of
https://github.com/stefanberger/swtpm.git
synced 2025-12-31 20:04:02 +00:00
Libtpms is now libtpms0 as a dependency. Gnutls is neede for swtpm_cert to create the certs. Force it to be available. Signed-off-by: Stefan Berger <stefanb@linux.ibm.com>
11 lines
172 B
Makefile
Executable File
11 lines
172 B
Makefile
Executable File
#!/usr/bin/make -f
|
|
|
|
%:
|
|
dh $@ --parallel
|
|
|
|
override_dh_auto_configure:
|
|
NOCONFIGURE=1 ./autogen.sh
|
|
dh_auto_configure -- --with-openssl --with-gnutls
|
|
|
|
override_dh_usrlocal:
|