From: Eneas U de Queiroz Date: Mon, 27 May 2019 13:14:05 +0000 (-0300) Subject: libevhtp: pass TARGET_CPPFLAGS to cmake X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=3ab4804d10b88aaa6099ae51d14b5ff0b3ab5e6b;p=openwrt-packages.git 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 --- 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" \