All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] dosfstools: Build --without-iconv
@ 2021-03-02 13:19 Colin Finck
  0 siblings, 0 replies; only message in thread
From: Colin Finck @ 2021-03-02 13:19 UTC (permalink / raw)
  To: openembedded-core; +Cc: Colin Finck

The new version has an internal CP850 conversion table, hence it doesn't
need iconv anymore (and currently errors when trying).
---
 meta/recipes-devtools/dosfstools/dosfstools_4.2.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-devtools/dosfstools/dosfstools_4.2.bb b/meta/recipes-devtools/dosfstools/dosfstools_4.2.bb
index e1d1734b99..7476c043c9 100644
--- a/meta/recipes-devtools/dosfstools/dosfstools_4.2.bb
+++ b/meta/recipes-devtools/dosfstools/dosfstools_4.2.bb
@@ -17,7 +17,7 @@ UPSTREAM_CHECK_URI = "https://github.com/dosfstools/dosfstools/releases"
 
 inherit autotools gettext pkgconfig update-alternatives
 
-EXTRA_OECONF = "--enable-compat-symlinks"
+EXTRA_OECONF = "--enable-compat-symlinks --without-iconv"
 
 CFLAGS += "-D_GNU_SOURCE -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64"
 
-- 
2.28.0.windows.1


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2021-03-02 13:20 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-02 13:19 [PATCH] dosfstools: Build --without-iconv Colin Finck

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.