libiconv: build with --enable-extra-encodings (#7784)

so that standard items like CP437 used by open cubic player is included.
This commit is contained in:
Stian Sebastian Skjelstad
2023-01-17 07:19:25 +01:00
committed by GitHub
parent 9d692cfbb3
commit e2d1718c84

View File

@@ -97,7 +97,7 @@ HOMEPAGE="https://www.gnu.org/software/libiconv/"
COPYRIGHT="2000-2022 Free Software Foundation, Inc."
LICENSE="GNU LGPL v2
GNU GPL v3"
REVISION="2"
REVISION="3"
SOURCE_URI="https://ftpmirror.gnu.org/libiconv/libiconv-$portVersion.tar.gz"
CHECKSUM_SHA256="8f74213b56238c85a50a5329f77e06198771e70dd9a739779f4c02f65d971313"
PATCHES="libiconv-$portVersion.patchset"
@@ -165,7 +165,8 @@ BUILD()
--enable-relocatable \
--enable-shared \
--disable-static \
--disable-nls
--disable-nls \
--enable-extra-encodings
make $jobArgs
}