Skip to content
Snippets Groups Projects
Verified Commit e693fad9 authored by Jeremy Soller's avatar Jeremy Soller
Browse files

Fix diffutils recipe

parent f47629a9
No related branches found
No related tags found
No related merge requests found
......@@ -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
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment