From 528562fb851bc40c817b887c4fa2348a6996a21b Mon Sep 17 00:00:00 2001 From: Joe Garcia <joe.garcia@ssec.wisc.edu> Date: Tue, 17 Nov 2015 11:50:14 -0600 Subject: [PATCH] build our own ffi and curl on centos6 --- ShellB3/shallbethree.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/ShellB3/shallbethree.sh b/ShellB3/shallbethree.sh index 7920b908..80432545 100755 --- a/ShellB3/shallbethree.sh +++ b/ShellB3/shallbethree.sh @@ -1504,8 +1504,10 @@ elif isLinux ; then export USE_SYS_GCC=NO ;; 6) - export USE_SYS_PNG=YES USE_SYS_FFI=YES USE_SYS_CURL=YES # USE_SYS_BOOST=YES + export USE_SYS_PNG=YES # USE_SYS_BOOST=YES export USE_SYS_GCC=NO + # USE_SYS_CURL=YES disabled to keep ssl out, just compile without ssl-devel installed + # USE_SYS_FFI=YES disabled because its too old ;; 7|*) export USE_SYS_PNG=YES USE_SYS_FFI=YES USE_SYS_CURL=YES USE_SYS_ICU=YES # USE_SYS_BOOST=YES -- GitLab