diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2012-09-17 08:22:08 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2012-09-17 08:22:08 +0200 |
commit | d02bc58ef7a1c02b32c0040d8f04236110970bd8 (patch) | |
tree | 527d4e1eca46383736ca933d3c7d6da1c6b7e0c9 | |
parent | e81f99975a5ddca74ff85bd93c9786317fc0597c (diff) |
Disable distribution checking in libcutl to speed things up2.1.0
-rwxr-xr-x | dist.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |