Fix parallel make issue

This commit is contained in:
Orion Poplawski 2014-01-08 11:34:41 -07:00
parent 37b9f42a19
commit 9e775b36be
1 changed files with 4 additions and 0 deletions

View File

@ -315,6 +315,10 @@ pushd $f
popd
done
# Fix build order with parallel make
# http://trac.osgeo.org/gdal/ticket/5346
sed -i '/^swig-modules:/s/lib-target/apps-target/' GNUmakefile
# Workaround about wrong result in configure
# armadillo returns a warning about gcc versions 4.7.0 or 4.7.1
# due to http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53549