mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 07:28:39 +01:00
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:
@@ -25,6 +25,7 @@ PKG_MAINTAINER:=Eneas U de Queiroz <cote2004-github@yahoo.com>
|
|||||||
PKG_LICENSE:=BSD-3-Clause
|
PKG_LICENSE:=BSD-3-Clause
|
||||||
PKG_LICENSE_FILES:=LICENSE
|
PKG_LICENSE_FILES:=LICENSE
|
||||||
|
|
||||||
|
TARGET_CFLAGS += $(TARGET_CPPFLAGS)
|
||||||
CMAKE_INSTALL:=1
|
CMAKE_INSTALL:=1
|
||||||
CMAKE_OPTIONS += \
|
CMAKE_OPTIONS += \
|
||||||
-DLIB_INSTALL_DIR="$(STAGING_DIR)/usr/lib" \
|
-DLIB_INSTALL_DIR="$(STAGING_DIR)/usr/lib" \
|
||||||
|
|||||||
Reference in New Issue
Block a user