Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
mbb
modulefiles
Commits
db45be44
Commit
db45be44
authored
Feb 21, 2020
by
remy
Browse files
adding include headers files for curl dev files
parent
d3a03af4
Changes
2
Hide whitespace changes
Inline
Side-by-side
envfiles/curl-7.50.3
View file @
db45be44
...
...
@@ -17,6 +17,9 @@ set CURL_LEVEL 7.50
set CURL_SUBVER 3
set CURL_CURPATH /share/apps/bin/curl
setenv C_INCLUDE_PATH $CURL_CURPATH/$CURL_LEVEL.$CURL_SUBVER/include/curl
setenv CPLUS_INCLUDE_PATH $CURL_CURPATH/$CURL_LEVEL.$CURL_SUBVER/include/curl
prepend-path PATH $CURL_CURPATH/$CURL_LEVEL.$CURL_SUBVER/bin
prepend-path LD_LIBRARY_PATH $CURL_CURPATH/$CURL_LEVEL.$CURL_SUBVER/lib
prepend-path MANPATH $CURL_CURPATH/$CURL_LEVEL.$CURL_SUBVER/share/man
...
...
envfiles/curldev
View file @
db45be44
...
...
@@ -16,6 +16,10 @@ set is_module_rm [module-info mode remove]
set CURL_LEVEL masterbranch
set CURL_CURPATH /share/apps/bin/curl
setenv C_INCLUDE_PATH $CURL_CURPATH/$CURL_LEVEL/include/curl
setenv CPLUS_INCLUDE_PATH $CURL_CURPATH/$CURL_LEVEL/include/curl
prepend-path PATH $CURL_CURPATH/$CURL_LEVEL/bin
prepend-path LD_LIBRARY_PATH $CURL_CURPATH/$CURL_LEVEL/lib
prepend-path MANPATH $CURL_CURPATH/$CURL_LEVEL/share/man
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment