mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-23 21:34:18 +08:00
Fix diffutils recipe
This commit is contained in:
parent
f47629a905
commit
e693fad957
@ -13,7 +13,15 @@ function recipe_update {
|
||||
|
||||
function recipe_build {
|
||||
autoreconf
|
||||
./configure --build=${BUILD} --host=${HOST} --prefix=/
|
||||
./configure \
|
||||
--build=${BUILD} \
|
||||
--host=${HOST} \
|
||||
--prefix=/ \
|
||||
gt_cv_locale_fr=false \
|
||||
gt_cv_locale_fr_utf8=false \
|
||||
gt_cv_locale_ja=false \
|
||||
gt_cv_locale_tr_utf8=false \
|
||||
gt_cv_locale_zh_CN=false
|
||||
make -j"$(nproc)"
|
||||
skip=1
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user