Skip to content

Commit

Permalink
sqlite package: apply B0 patch to additional versions (spack#6728)
Browse files Browse the repository at this point in the history
  • Loading branch information
lee218llnl authored and scheibelp committed Dec 19, 2017
1 parent 0ef741d commit 241ea77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion var/spack/repos/builtin/packages/sqlite/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ class Sqlite(AutotoolsPackage):
# defines a macro B0. Sqlite has a shell.c source file that declares a
# variable named B0 and will fail to compile when the macro is found. The
# following patch undefines the macro in shell.c
patch('sqlite_b0.patch', when='@3.18.0')
patch('sqlite_b0.patch', when='@3.18.0:3.21.0')

# Starting version 3.17.0, SQLite uses compiler built-ins
# __builtin_sub_overflow(), __builtin_add_overflow(), and
Expand Down

0 comments on commit 241ea77

Please sign in to comment.