Skip to content
This repository has been archived by the owner on Feb 23, 2023. It is now read-only.

diracosrc: add DAVIX_USE_LIBCURL=1 #165

Merged
merged 1 commit into from
Feb 12, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions diracos/scriptTemplates/diracosrc_tpl.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@ export GFAL_CONFIG_DIR;
GFAL_PLUGIN_DIR=$DIRACOS/usr/lib64/gfal2-plugins/;
export GFAL_PLUGIN_DIR;

# Davix options (will be default in the future)
export DAVIX_USE_LIBCURL=1

# Many Linux distributions set LESSOPEN to provide fancier features
# These don't work with the CentOS 6 version of less so unset the variable
unset LESSOPEN