mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-12-12 09:20:36 +00:00
Ports/libuuid: Disable natural language support
Having this option enabled made `libuuid` link to `libintl` only when the `gettext` port was installed. This made the `taskwarrior` port fail to build when `gettext` was installed prior to `libuuid`.
This commit is contained in:
parent
da9c389ce3
commit
33b133d3f4
Notes:
sideshowbarker
2024-07-17 22:09:47 +09:00
Author: https://github.com/tcl3 Commit: https://github.com/SerenityOS/serenity/commit/33b133d3f4 Pull-request: https://github.com/SerenityOS/serenity/pull/20667 Reviewed-by: https://github.com/timschumi ✅
1 changed files with 1 additions and 0 deletions
|
@ -6,6 +6,7 @@ workdir="util-linux-${version}"
|
|||
useconfigure='true'
|
||||
configopts=(
|
||||
'--disable-all-programs'
|
||||
'--disable-nls'
|
||||
'--enable-libuuid'
|
||||
'--prefix=/usr/local'
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue