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

This commit is contained in:
Tony Theodore 2018-08-13 21:57:48 +10:00
parent 1db1e1eb92
commit ccc5e6be63
1 changed files with 0 additions and 1 deletions

View File

@ -22,7 +22,6 @@ $(PKG)_ARCH_FLAGS = \
define $(PKG)_BUILD
cd '$(BUILD_DIR)' && $(TARGET)-cmake \
-DRAGEL='$(PREFIX)/$(BUILD)/bin/ragel' \
-DMXE_DISABLE_INCLUDE_SYSTEM_FLAG=TRUE \
-DCMAKE_C_FLAGS="`$($(PKG)_ARCH_FLAGS)`" \
-DCMAKE_CXX_FLAGS="`$($(PKG)_ARCH_FLAGS)`" \
'$(SOURCE_DIR)'