diff options
Diffstat (limited to 'gis/gdal/gdal.SlackBuild')
-rw-r--r-- | gis/gdal/gdal.SlackBuild | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/gis/gdal/gdal.SlackBuild b/gis/gdal/gdal.SlackBuild index cbfdffc387463..668acf046406a 100644 --- a/gis/gdal/gdal.SlackBuild +++ b/gis/gdal/gdal.SlackBuild @@ -114,6 +114,13 @@ fi # Thanks to the people at Arch for this: patch -p0 <$CWD/gdal-python-install.patch +# poppler-0.41 broke the build again, so we're going to use podofo. This is +# really an optional dependency that most people don't need, but podofo doesn't +# have a .pc file for us to autodetect, and pdf support with poppler was +# included by default in previous gdal builds, so we're going to pretend podofo +# is a mandatory dep. See also http://www.gdal.org/frmt_pdf.html +WITHLIST+=" --with-podofo" + CFLAGS="$SLKCFLAGS" \ CXXFLAGS="$SLKCFLAGS" \ ./configure \ @@ -134,7 +141,6 @@ CXXFLAGS="$SLKCFLAGS" \ --with-static-proj4 \ --with-mysql \ --with-python \ - --with-poppler \ --with-libtiff=internal \ --with-rename-internal-libtiff-symbols=yes \ --with-geotiff=internal \ |