mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 00:47:45 +00:00
Ports: Fix building icu
LC_MESSAGES was recently added in LibC which makes the hack in the package.sh script unnecessary. In fact, this breaks building the port now.
This commit is contained in:
parent
e0deb46723
commit
d301bd6732
1 changed files with 2 additions and 2 deletions
|
@ -15,5 +15,5 @@ configure() {
|
||||||
run ./configure --host="${SERENITY_ARCH}-pc-serenity" $configopts
|
run ./configure --host="${SERENITY_ARCH}-pc-serenity" $configopts
|
||||||
}
|
}
|
||||||
|
|
||||||
export CFLAGS="-DU_HAVE_NL_LANGINFO_CODESET=0 -DLC_MESSAGES=1"
|
export CFLAGS="-DU_HAVE_NL_LANGINFO_CODESET=0"
|
||||||
export CXXFLAGS="-DU_HAVE_NL_LANGINFO_CODESET=0 -DLC_MESSAGES=1"
|
export CXXFLAGS="-DU_HAVE_NL_LANGINFO_CODESET=0"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue