* [Buildroot] [PATCH 1/1] package/cups-filters: fix build with missing iconv
@ 2019-07-19 22:06 Vadim Kochan
0 siblings, 0 replies; only message in thread
From: Vadim Kochan @ 2019-07-19 22:06 UTC (permalink / raw)
To: buildroot
Link with libiconv if BR2_PACKAGE_LIBICONV was selected.
Fixes:
https://bugs.busybox.net/show_bug.cgi?id=12031
Signed-off-by: Vadim Kochan <vadim4j@gmail.com>
---
package/cups-filters/cups-filters.mk | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/package/cups-filters/cups-filters.mk b/package/cups-filters/cups-filters.mk
index 214647a90e..26a94507f3 100644
--- a/package/cups-filters/cups-filters.mk
+++ b/package/cups-filters/cups-filters.mk
@@ -71,4 +71,8 @@ else
CUPS_FILTERS_CONF_OPTS += --disable-poppler
endif
+ifeq ($(BR2_PACKAGE_LIBICONV),y)
+CUPS_FILTERS_CONF_ENV += LIBS=-liconv
+endif
+
$(eval $(autotools-package))
--
2.22.0
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2019-07-19 22:06 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-07-19 22:06 [Buildroot] [PATCH 1/1] package/cups-filters: fix build with missing iconv Vadim Kochan
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox