Browse Source

Merge pull request #9081 from cotequeiroz/lbevthp_bots

lbevthp: attempt to fix bots failure
lilik-openwrt-22.03
Rosen Penev 5 years ago
committed by GitHub
parent
commit
81ea55bdc2
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions
  1. +1
    -0
      libs/libevhtp/Makefile
  2. +1
    -1
      libs/oniguruma/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_FILES:=LICENSE
TARGET_CFLAGS += $(TARGET_CPPFLAGS)
CMAKE_INSTALL:=1
CMAKE_OPTIONS += \
-DLIB_INSTALL_DIR="$(STAGING_DIR)/usr/lib" \


+ 1
- 1
libs/oniguruma/Makefile View File

@ -48,7 +48,7 @@ define Build/InstallDev
$(INSTALL_DIR) $(1)/usr/{include,lib}
$(CP) $(PKG_INSTALL_DIR)/usr/include/* $(1)/usr/include/
$(CP) $(PKG_INSTALL_DIR)/usr/lib/* $(1)/usr/lib/
$(SED) 's,/usr,${STAGING_DIR}/usr,g' $(1)/usr/lib/pkgconfig/oniguruma.pc
$(SED) 's,/usr,$(STAGING_DIR)/usr,g' $(1)/usr/lib/pkgconfig/oniguruma.pc
endef
$(eval $(call BuildPackage,oniguruma))

Loading…
Cancel
Save