From: Vadim Kochan <vadim4j@gmail.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH 1/1] package/cups-filters: fix build with missing iconv
Date: Sat, 20 Jul 2019 01:06:46 +0300 [thread overview]
Message-ID: <20190719220646.4462-1-vadim4j@gmail.com> (raw)
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
reply other threads:[~2019-07-19 22:06 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20190719220646.4462-1-vadim4j@gmail.com \
--to=vadim4j@gmail.com \
--cc=buildroot@busybox.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox