sqlite package: apply B0 patch to additional versions (#6728)

This commit is contained in:
Gregory Lee 2017-12-19 11:06:39 -08:00 committed by scheibelp
parent 0ef741d291
commit 241ea77229

View File

@ -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