Browse Source

Merge pull request #7605 from cotequeiroz/libtins_soname

libtins: copy libtins.so.* to package
lilik-openwrt-22.03
Hannu Nyman 6 years ago
committed by GitHub
parent
commit
8a2a062658
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      libs/libtins/Makefile

+ 2
- 2
libs/libtins/Makefile View File

@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=libtins
PKG_VERSION:=4.0
PKG_RELEASE:=1
PKG_RELEASE:=2
PKG_MAINTAINER:= Steven Hessing <steven.hessing@gmail.com>
@ -49,7 +49,7 @@ endef
define Package/libtins/install
$(INSTALL_DIR) $(1)/usr/lib
$(INSTALL_DATA) $(PKG_INSTALL_DIR)/usr/lib/libtins.so $(1)/usr/lib/
$(INSTALL_DATA) $(PKG_INSTALL_DIR)/usr/lib/libtins.so.* $(1)/usr/lib/
endef
$(eval $(call BuildPackage,libtins))

Loading…
Cancel
Save