diff options
author | Tony Theodore <tonyt@logyst.com> | 2017-07-25 11:15:46 (GMT) |
---|---|---|
committer | Tony Theodore <tonyt@logyst.com> | 2017-07-25 11:15:46 (GMT) |
commit | 2e397d24a7ec2e60805a67211dea7481d38f4b2d (patch) | |
tree | f9547cabc4e19de3406ed93b52d440035f0277c6 /src/hyperscan.mk | |
parent | e9003e3fedd716b7d7c8e7f7e15d4c33b3584f1f (diff) | |
download | mxe-2e397d24a7ec2e60805a67211dea7481d38f4b2d.zip mxe-2e397d24a7ec2e60805a67211dea7481d38f4b2d.tar.gz mxe-2e397d24a7ec2e60805a67211dea7481d38f4b2d.tar.bz2 |
hyperscan: fix include paths for building with gcc >= 6
fixes #1811
Diffstat (limited to 'src/hyperscan.mk')
-rw-r--r-- | src/hyperscan.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/hyperscan.mk b/src/hyperscan.mk index 7e6d696..9180b78 100644 --- a/src/hyperscan.mk +++ b/src/hyperscan.mk @@ -15,6 +15,7 @@ define $(PKG)_BUILD # -DCMAKE_C_FLAGS="-march=core2" -DCMAKE_CXX_FLAGS="-march=core2" cd '$(BUILD_DIR)' && $(TARGET)-cmake \ -DRAGEL='$(PREFIX)/$(BUILD)/bin/ragel' \ + -DMXE_DISABLE_INCLUDE_SYSTEM_FLAG=TRUE \ '$(SOURCE_DIR)' $(MAKE) -C '$(BUILD_DIR)' -j '$(JOBS)' $(MAKE) -C '$(BUILD_DIR)' -j 1 install |