libre2: fix install
Need the suffixed library too. Signed-off-by: Rosen Penev <rosenp@gmail.com>
This commit is contained in:
parent
b5bf5927f7
commit
ef4fa67093
1 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@ include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=re2
|
PKG_NAME:=re2
|
||||||
PKG_VERSION:=2023-02-01
|
PKG_VERSION:=2023-02-01
|
||||||
PKG_RELEASE:=2
|
PKG_RELEASE:=3
|
||||||
|
|
||||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||||
PKG_SOURCE_URL:=https://codeload.github.com/google/re2/tar.gz/$(PKG_VERSION)?
|
PKG_SOURCE_URL:=https://codeload.github.com/google/re2/tar.gz/$(PKG_VERSION)?
|
||||||
|
@ -46,7 +46,7 @@ endef
|
||||||
|
|
||||||
define Package/re2/install
|
define Package/re2/install
|
||||||
$(INSTALL_DIR) $(1)/usr/lib
|
$(INSTALL_DIR) $(1)/usr/lib
|
||||||
$(INSTALL_DATA) $(PKG_INSTALL_DIR)/usr/lib/libre2.so $(1)/usr/lib/
|
$(INSTALL_DATA) $(PKG_INSTALL_DIR)/usr/lib/libre2.so* $(1)/usr/lib/
|
||||||
endef
|
endef
|
||||||
|
|
||||||
$(eval $(call BuildPackage,re2))
|
$(eval $(call BuildPackage,re2))
|
||||||
|
|
Loading…
Reference in a new issue