From 0ceab52d389e26fc67b6be7ac5b16d9638740cc6 Mon Sep 17 00:00:00 2001
From: Joe Garcia <joe.garcia@ssec.wisc.edu>
Date: Mon, 21 Jun 2021 18:36:48 -0500
Subject: [PATCH] disable linking to curl in libproj, prevents non-portable
 linking to curl/ssl/crypto

---
 ShellB3/shallbethree.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ShellB3/shallbethree.sh b/ShellB3/shallbethree.sh
index 86a4f33c..ab9733e3 100755
--- a/ShellB3/shallbethree.sh
+++ b/ShellB3/shallbethree.sh
@@ -10906,7 +10906,7 @@ mk_gsl() {
 
 mk_libproj() {
   resume_tracker && return 0
-  _configure_make_install libproj src/optional/proj-${LIBPROJVER}.tar.* proj-${LIBPROJVER} --disable-static
+  _configure_make_install libproj src/optional/proj-${LIBPROJVER}.tar.* proj-${LIBPROJVER} --disable-static --without-curl
 }
 
 mk_octave() {
-- 
GitLab