Remove SQLite port

SQLite typically comes as a bundled dependency, any problems with
the current version of SQLite should be fixed in the Genode native
libraries used by SQLite.

Fix #102
This commit is contained in:
Emery Hemingway
2018-04-12 11:24:56 +02:00
committed by Norman Feske
parent 2f27eb1025
commit e6c31ccc3e
7 changed files with 0 additions and 688 deletions

View File

@@ -1,20 +0,0 @@
SQLITE_DIR = $(call select_from_ports,sqlite)/src/lib/sqlite
INC_DIR += $(SQLITE_DIR)
LIBS += pthread jitterentropy vfs libc
SRC_C = sqlite3.c
SRC_CC = genode_sqlite.cc
# https://github.com/genodelabs/genode/issues/754
CC_OPT += -DSQLITE_4_BYTE_ALIGNED_MALLOC
# Defenestrate the Unix and Windows OS layers and use our own.
CC_OPT += -DSQLITE_OS_OTHER=1
CC_OPT_sqlite3 += -Wno-unused
vpath %.c $(SQLITE_DIR)
vpath %.cc $(REP_DIR)/src/lib/sqlite
CC_CXX_WARN_STRICT =