summaryrefslogtreecommitdiffstats
path: root/src/sqlite.mk
diff options
context:
space:
mode:
authorMark Brand <mabrand@mabrand.nl>2017-06-16 10:23:11 (GMT)
committerMark Brand <mabrand@mabrand.nl>2017-06-16 10:55:07 (GMT)
commitb8df830562aa062201d4cb02c61e1f2004c2300e (patch)
treee8c0b8da1e8d5daf9b39cf1d669cb64cf5d29daa /src/sqlite.mk
parentb72e1a3f85cc4be6732bbce0c9092ef6b887cbf1 (diff)
downloadmxe-b8df830562aa062201d4cb02c61e1f2004c2300e.zip
mxe-b8df830562aa062201d4cb02c61e1f2004c2300e.tar.gz
mxe-b8df830562aa062201d4cb02c61e1f2004c2300e.tar.bz2
Revert "sqlite: don't add standard include path to Cflags"
No longer necessary since PKG_CONFIG_SYSTEM_INCLUDE_PATH is set. This reverts commit 43214bf7e886bd310965f854dd3a37b64c685bfa.
Diffstat (limited to 'src/sqlite.mk')
-rw-r--r--src/sqlite.mk3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/sqlite.mk b/src/sqlite.mk
index 01a876b..d317d71 100644
--- a/src/sqlite.mk
+++ b/src/sqlite.mk
@@ -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 \