From 9e775b36beb9cef7145b0fbe7e7c5f10b29abc44 Mon Sep 17 00:00:00 2001 From: Orion Poplawski Date: Wed, 8 Jan 2014 11:34:41 -0700 Subject: [PATCH] Fix parallel make issue --- gdal.spec | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/gdal.spec b/gdal.spec index 86c2325..552133d 100644 --- a/gdal.spec +++ b/gdal.spec @@ -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