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
parent
commit
3ab4804d10
No known key found for this signature in database GPG Key ID: 1EB043ABD7ACF202
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      libs/libevhtp/Makefile

+ 1
- 0
libs/libevhtp/Makefile View File

@ -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" \


Loading…
Cancel
Save