Revert "sqlite: don't add standard include path to Cflags"

No longer necessary since PKG_CONFIG_SYSTEM_INCLUDE_PATH is set.

This reverts commit 43214bf7e8.
This commit is contained in:
Mark Brand 2017-06-16 12:23:11 +02:00
parent b72e1a3f85
commit b8df830562
1 changed files with 0 additions and 3 deletions

View File

@ -18,9 +18,6 @@ define $(PKG)_UPDATE
endef
define $(PKG)_BUILD
# The system include path doesn't belong in CFLAGS
# Causes problems like https://gitlab.kitware.com/cmake/cmake/issues/16919
$(SED) -i 's/^Cflags/#Cflags/;' '$(1)/sqlite3.pc.in'
cd '$(1)' && ./configure \
$(MXE_CONFIGURE_OPTS) \
--disable-readline \