mirror of
https://git.yoctoproject.org/poky
synced 2026-04-19 15:32:13 +02:00
dosfstools: Build --without-iconv
The new version has an internal CP850 conversion table, hence it doesn't need iconv anymore (and currently errors when trying). (From OE-Core rev: 647cd1134a543406f0f741d3f83d5f5ce78bcd0f) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
a91010ba3e
commit
aaef86ad03
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user