Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
mirror
erlang
Commits
3fef1b69
Commit
3fef1b69
authored
Oct 15, 2020
by
Lance Albertson
Browse files
Include saner cflags which are required
Signed-off-by:
Lance Albertson
<
lance@osuosl.org
>
parent
113b5834
Changes
2
Hide whitespace changes
Inline
Side-by-side
CHANGELOG.md
View file @
3fef1b69
...
...
@@ -17,6 +17,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
-
Update test-kitchen to Sous Chefs
-
Update source version to 23.1
-
Exclude esl suite for a few platforms
-
Include saner cflags which are required
### Fixed
...
...
attributes/default.rb
View file @
3fef1b69
...
...
@@ -23,7 +23,7 @@ default['erlang']['install_method'] = 'package'
default
[
'erlang'
][
'source'
][
'version'
]
=
'23.1'
default
[
'erlang'
][
'source'
][
'checksum'
]
=
'cb5b7246eeaac9298c51c9915386df2f784e82a3f7ff93b68453591f0b370400'
default
[
'erlang'
][
'source'
][
'build_flags'
]
=
''
default
[
'erlang'
][
'source'
][
'cflags'
]
=
''
default
[
'erlang'
][
'source'
][
'cflags'
]
=
'
-O2 -g
'
default
[
'erlang'
][
'esl'
][
'version'
]
=
nil
default
[
'erlang'
][
'esl'
][
'lsb_codename'
]
=
node
[
'lsb'
]
?
node
[
'lsb'
][
'codename'
]
:
'no_lsb'
...
...
Write
Preview
Supports
Markdown
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