commit 7d49d4cf44a5cb1dbd47572b150a7658f1148a08
parent 0fa95f0e25b109c1ea367c2fa5f3a39502044386
Author: champtar <champetier.etienne@gmail.com>
Date: Sat, 6 Sep 2014 08:56:00 +0200
Merge pull request #281 from mhei/libs/expat
libexpat: do not install soname symlink
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/libs/expat/Makefile b/libs/expat/Makefile
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=expat
PKG_VERSION:=2.1.0
-PKG_RELEASE:=2
+PKG_RELEASE:=3
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_MD5SUM:=dd7dab7a5fea97d2a6a43f511449b7cd
@@ -62,7 +62,7 @@ endef
define Package/libexpat/install
$(INSTALL_DIR) $(1)/usr/lib
- $(CP) $(PKG_INSTALL_DIR)/usr/lib/libexpat.so* $(1)/usr/lib/
+ $(CP) $(PKG_INSTALL_DIR)/usr/lib/libexpat.so.* $(1)/usr/lib/
endef
$(eval $(call HostBuild))