pe-parse: fix gcc8 build

This commit is contained in:
Tony Theodore 2018-08-14 19:41:49 +10:00
parent a1f5c6852c
commit b5266eed3c
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ define $(PKG)_BUILD
# build and install the cross-library
cd '$(BUILD_DIR)' && $(TARGET)-cmake '$(SOURCE_DIR)' \
-DBUILD_COMMAND_LINE_TOOLS=OFF \
-DCMAKE_CXX_FLAGS='-Wno-error=redundant-decls'
-DCMAKE_CXX_FLAGS='-Wno-error=redundant-decls -Wno-error=ignored-qualifiers'
$(MAKE) -C '$(BUILD_DIR)' -j '$(JOBS)'
$(MAKE) -C '$(BUILD_DIR)' -j 1 install