components/perl_modules/dbd-sqlite/patches/02_no_column_metadata.patch
changeset 5479 7146b76b602e
equal deleted inserted replaced
5478:2b166911e3bb 5479:7146b76b602e
       
     1 Will not be fixed in upstream, we have to keep it locally until our SQLite has
       
     2 column metadata support
       
     3 
       
     4 https://rt.cpan.org/Public/Bug/Display.html?id=111942
       
     5 
       
     6 --- DBD-SQLite-1.48/Makefile.PL	2016-02-12 10:09:44.833772992 +0100
       
     7 +++ DBD-SQLite-1.48/Makefile.PL	2016-02-12 10:09:38.619446084 +0100
       
     8 @@ -223,7 +223,6 @@ my @CC_DEFINE = (
       
     9  	'-DSQLITE_ENABLE_FTS4',             # for sqlite >= 3.7.4
       
    10  	'-DSQLITE_ENABLE_FTS3_PARENTHESIS', # for sqlite >= 3.6.10
       
    11  	'-DSQLITE_ENABLE_RTREE',            # for sqlite >= 3.6.10
       
    12 -	'-DSQLITE_ENABLE_COLUMN_METADATA',
       
    13  	'-DSQLITE_ENABLE_STAT3',            # for sqlite >= 3.7.9
       
    14  	'-DSQLITE_ENABLE_STAT4',            # for sqlite >= 3.8.3.1
       
    15  	'-DNDEBUG=1',