libevhtp: pass TARGET_CPPFLAGS to cmake

Added $(TARGET_CPPFLAGS) to TARGET_CFLAGS to fix a buildbot failure to
find oniguruma include files.

Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
This commit is contained in:
Eneas U de Queiroz 2019-05-27 10:14:05 -03:00
parent e0b250538e
commit 3ab4804d10
No known key found for this signature in database
GPG key ID: 1EB043ABD7ACF202

View file

@ -25,6 +25,7 @@ PKG_MAINTAINER:=Eneas U de Queiroz <cote2004-github@yahoo.com>
PKG_LICENSE:=BSD-3-Clause
PKG_LICENSE_FILES:=LICENSE
TARGET_CFLAGS += $(TARGET_CPPFLAGS)
CMAKE_INSTALL:=1
CMAKE_OPTIONS += \
-DLIB_INSTALL_DIR="$(STAGING_DIR)/usr/lib" \