Merge pull request #9081 from cotequeiroz/lbevthp_bots
lbevthp: attempt to fix bots failure
This commit is contained in:
commit
81ea55bdc2
2 changed files with 2 additions and 1 deletions
|
@ -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" \
|
||||
|
|
|
@ -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…
Reference in a new issue