Skip to content

Commit

Permalink
GDAL without openssl
Browse files Browse the repository at this point in the history
  • Loading branch information
alazarolop committed Aug 19, 2020
1 parent 6e7c84c commit 0d9d8f2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Formula/osgeo-gdal.rb
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ class OsgeoGdal < Formula
depends_on "armadillo"
depends_on "ant"
#depends_on "cryptopp"
depends_on "curl-openssl"
#depends_on "curl-openssl"
depends_on "expat"
depends_on "freexl"
depends_on "geos"
Expand All @@ -67,7 +67,7 @@ class OsgeoGdal < Formula
depends_on "osgeo-libspatialite"
depends_on "libzip"
depends_on "pcre" # for REGEXP operator in SQLite/Spatialite driver
depends_on "openssl"
#depends_on "openssl"
depends_on "qhull"
depends_on "sfcgal"
depends_on "sqlite" # To ensure compatibility with SpatiaLite.
Expand Down Expand Up @@ -172,7 +172,7 @@ def configure_args
"--with-openjpeg=#{Formula["openjpeg"].opt_prefix}",
"--with-expat=#{Formula["expat"].opt_prefix}",
"--with-odbc=#{Formula["unixodbc"].opt_prefix}",
"--with-curl=#{Formula["curl-openssl"].opt_bin}/curl-config",
#"--with-curl=#{Formula["curl-openssl"].opt_bin}/curl-config",
"--with-xml2=yes",
"--with-spatialite=#{Formula["osgeo-libspatialite"].opt_prefix}",
"--with-sqlite3=#{Formula["sqlite"].opt_prefix}",
Expand Down

0 comments on commit 0d9d8f2

Please sign in to comment.