diff options
author | Mark Brand <mabrand@mabrand.nl> | 2017-06-16 10:23:11 (GMT) |
---|---|---|
committer | Mark Brand <mabrand@mabrand.nl> | 2017-06-16 10:55:07 (GMT) |
commit | b8df830562aa062201d4cb02c61e1f2004c2300e (patch) | |
tree | e8c0b8da1e8d5daf9b39cf1d669cb64cf5d29daa | |
parent | b72e1a3f85cc4be6732bbce0c9092ef6b887cbf1 (diff) | |
download | mxe-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.
-rw-r--r-- | src/sqlite.mk | 3 |
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 \ |