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
sds
sds-repo
Commits
156d4c1e
Commit
156d4c1e
authored
Apr 10, 2018
by
Shane Snyder
Browse files
sdskeyval relies on c++11 regardless of backend
parent
fe51425a
Changes
1
Hide whitespace changes
Inline
Side-by-side
packages/sdskeyval/package.py
View file @
156d4c1e
...
...
@@ -63,6 +63,10 @@ class Sdskeyval(AutotoolsPackage):
spec
=
self
.
spec
extra_args
=
[]
extra_args
.
extend
([
"CXXFLAGS=-std=c++11"
])
if
'+bdb'
in
spec
:
extra_args
.
extend
([
"--enable-berkeleydb"
...
...
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