From d02bc58ef7a1c02b32c0040d8f04236110970bd8 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 17 Sep 2012 08:22:08 +0200 Subject: Disable distribution checking in libcutl to speed things up --- dist.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dist.sh b/dist.sh index 89fbedf..386d35f 100755 --- a/dist.sh +++ b/dist.sh @@ -228,7 +228,7 @@ mkdir -p $out_root/pack if [ $complete = y ]; then cd $src_root/../cutl ./dist.sh -cc "$ccp" -cxx "$cxxp" -cxxflags "$cxxpflags" \ --out "$out_root/libcutl" +-out "$out_root/libcutl" -no-check cd $wd fi -- cgit v1.1