From 3ab4804d10b88aaa6099ae51d14b5ff0b3ab5e6b Mon Sep 17 00:00:00 2001 From: Eneas U de Queiroz Date: Mon, 27 May 2019 10:14:05 -0300 Subject: [PATCH] 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 --- libs/libevhtp/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/libs/libevhtp/Makefile b/libs/libevhtp/Makefile index 6e2313aab..07668fd8b 100644 --- a/libs/libevhtp/Makefile +++ b/libs/libevhtp/Makefile @@ -25,6 +25,7 @@ PKG_MAINTAINER:=Eneas U de Queiroz 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" \