* [ptxdist] [PATCH] libpng: don't use full debugging
@ 2018-08-10 13:58 Uwe Kleine-König
0 siblings, 0 replies; only message in thread
From: Uwe Kleine-König @ 2018-08-10 13:58 UTC (permalink / raw)
To: ptxdist
If libpng is built with TARGET_DEBUG_FULL=y the prepare stage fails with
ld:libpng.vers:1: syntax error in VERSION script
. So blacklist full debugging for this package.
Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
---
rules/libpng.make | 2 ++
1 file changed, 2 insertions(+)
diff --git a/rules/libpng.make b/rules/libpng.make
index e110f0275aab..5471b7706094 100644
--- a/rules/libpng.make
+++ b/rules/libpng.make
@@ -31,6 +31,8 @@ LIBPNG_LICENSE := Zlib
# Prepare
# ----------------------------------------------------------------------------
+LIBPNG_WRAPPER_BLACKLIST := TARGET_DEBUG_FULL
+
LIBPNG_CONF_TOOL:= autoconf
LIBPNG_CONF_OPT := \
$(CROSS_AUTOCONF_USR) \
--
2.18.0
_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2018-08-10 13:58 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-08-10 13:58 [ptxdist] [PATCH] libpng: don't use full debugging Uwe Kleine-König
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox