mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-12-29 14:14:45 +03: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
Notes:
sideshowbarker
2024-07-18 18:29:38 +09:00
Author: https://github.com/gunnarbeutner Commit: https://github.com/SerenityOS/serenity/commit/d301bd67320 Pull-request: https://github.com/SerenityOS/serenity/pull/6965
@ -15,5 +15,5 @@ configure() {
|
||||
run ./configure --host="${SERENITY_ARCH}-pc-serenity" $configopts
|
||||
}
|
||||
|
||||
export CFLAGS="-DU_HAVE_NL_LANGINFO_CODESET=0 -DLC_MESSAGES=1"
|
||||
export CXXFLAGS="-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"
|
||||
|
Loading…
Reference in New Issue
Block a user