Browse Source
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>
lilik-openwrt-22.03
Eneas U de Queiroz
6 years ago
No known key found for this signature in database
GPG Key ID: 1EB043ABD7ACF202
1 changed files with
1 additions and
0 deletions
libs/libevhtp/Makefile
@ -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 " \