···78 ifndef CROSSHOST
9- SQLITE_INCLUDE_DIR := /usr/include
10-+ SQLITE_INCLUDE_DIR := ${sqlite}/include
11 else
12 # This is totally wrong, works only with some old-style setups, and
13 # on some architectures of Debian/new FHS multiarch -- excluding, for
···78 ifndef CROSSHOST
9- SQLITE_INCLUDE_DIR := /usr/include
10++ SQLITE_INCLUDE_DIR := ${sqlite.dev}/include
11 else
12 # This is totally wrong, works only with some old-style setups, and
13 # on some architectures of Debian/new FHS multiarch -- excluding, for