From 6e7c84c6fcadfec617ad663118ce9882872307d7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alberto=20La=CC=81zaro-Lo=CC=81pez?= Date: Wed, 19 Aug 2020 18:50:29 +0200 Subject: [PATCH] GDAL cryptopp fix --- Formula/osgeo-gdal.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/osgeo-gdal.rb b/Formula/osgeo-gdal.rb index e2507b8d3..afd6092ea 100644 --- a/Formula/osgeo-gdal.rb +++ b/Formula/osgeo-gdal.rb @@ -184,8 +184,8 @@ def configure_args "--with-epsilon=#{Formula["epsilon"].opt_prefix}", "--with-sfcgal=#{Formula["sfcgal"].opt_bin}/sfcgal-config", "--with-armadillo=#{Formula["armadillo"].opt_prefix}", - #"--with-cryptopp=yes", - #"--with-crypto=yes", + "--with-cryptopp=no", + "--with-crypto=no", "--with-grass=no", "--with-libgrass=no", "--with-fme=no",