summaryrefslogtreecommitdiffstats
path: root/rules/host-softhsm.make
diff options
context:
space:
mode:
authorMarc Kleine-Budde <mkl@pengutronix.de>2019-04-15 15:25:57 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2019-04-18 15:51:51 +0200
commit938f070212814811c90828a0c64bb862bc339fc5 (patch)
tree6830e36e5a4abcaccd1e5703645c3fa3a60ed321 /rules/host-softhsm.make
parentaa679c5c3086c4435d2cb13d844e061c609c25d0 (diff)
downloadptxdist-938f070212814811c90828a0c64bb862bc339fc5.tar.gz
ptxdist-938f070212814811c90828a0c64bb862bc339fc5.tar.xz
host-softhsm: print log output to stderr, too
The log output only ends up in the syslog. Output to stderr, too, so that errors will be notices by the user and/or automated build systems. Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/host-softhsm.make')
-rw-r--r--rules/host-softhsm.make2
1 files changed, 2 insertions, 0 deletions
diff --git a/rules/host-softhsm.make b/rules/host-softhsm.make
index b8a128666..dcf6446d7 100644
--- a/rules/host-softhsm.make
+++ b/rules/host-softhsm.make
@@ -40,5 +40,7 @@ HOST_SOFTHSM_CONF_OPT := \
--with-objectstore-backend-db \
--without-migrate \
--with-p11-kit=/share/p11-kit/modules
+HOST_SOFTHSM_CPPFLAGS := \
+ -DDEBUG_LOG_STDERR=1
# vim: syntax=make