* [ptxdist] [PATCH] host-softhsm: print log output to stderr, too
@ 2019-04-15 13:25 Marc Kleine-Budde
0 siblings, 0 replies; only message in thread
From: Marc Kleine-Budde @ 2019-04-15 13:25 UTC (permalink / raw)
To: ptxdist; +Cc: Marc Kleine-Budde
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>
---
rules/host-softhsm.make | 2 ++
1 file changed, 2 insertions(+)
diff --git a/rules/host-softhsm.make b/rules/host-softhsm.make
index b8a128666a9c..dcf6446d7744 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
--
2.20.1
_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2019-04-15 13:25 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-04-15 13:25 [ptxdist] [PATCH] host-softhsm: print log output to stderr, too Marc Kleine-Budde
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox