fix pkg shell, now sqlite provides a mechanism to allow defining the function starting the shell without the need of patching shell.c anymore
modified external/Makefile.am
@@ -196,6 +196,7 @@ sqlite_common_cflags= -DHAVE_SQLITE_CONFIG_H \
|
|
|
|
|
|
| + | |
|
|
|
|
|
modified external/sqlite/shell.c
@@ -3682,12 +3682,6 @@ int main(int argc, char **argv){
|
|
|
|
|
|
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
|
|
|
|
|