libevhtp: pass TARGET_CPPFLAGS to cmake 9081/head
authorEneas U de Queiroz <cote2004-github@yahoo.com>
Mon, 27 May 2019 13:14:05 +0000 (10:14 -0300)
committerEneas U de Queiroz <cote2004-github@yahoo.com>
Mon, 27 May 2019 13:14:05 +0000 (10:14 -0300)
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>
libs/libevhtp/Makefile

index 6e2313aab7e27125ad253d06f26c55503459aba5..07668fd8baa6d21af4a36b3ce62015b31e1a2b0a 100644 (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" \