hyperscan: fix include paths for building with gcc >= 6

fixes #1811
This commit is contained in:
Tony Theodore 2017-07-25 21:15:46 +10:00
parent e9003e3fed
commit 2e397d24a7
1 changed files with 1 additions and 0 deletions

View File

@ -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