Skip to content

Commit

Permalink
Merge pull request openwrt#7605 from cotequeiroz/libtins_soname
Browse files Browse the repository at this point in the history
libtins: copy libtins.so.* to package
  • Loading branch information
hnyman authored Dec 11, 2018
2 parents c729969 + 72f9bf3 commit 8a2a062
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions libs/libtins/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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 <[email protected]>

Expand Down Expand Up @@ -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))

0 comments on commit 8a2a062

Please sign in to comment.