>From ab926be83848b611a16ee1f0a3f7a3543bdfa3f2 Mon Sep 17 00:00:00 2001
From: Jonh Wendell <jonh.wend...@oiwifi.com.br>
Date: Tue, 28 Aug 2012 15:57:16 -0300
Subject: [PATCH] [package/libcurl] copy .so symlink on install

Signed-off-by: Jonh Wendell <jonh.wend...@oiwifi.com.br>
---
 libs/curl/Makefile |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libs/curl/Makefile b/libs/curl/Makefile
index c84363f..1d403c0 100644
--- a/libs/curl/Makefile
+++ b/libs/curl/Makefile
@@ -109,7 +109,7 @@ endef

 define Package/libcurl/install
        $(INSTALL_DIR) $(1)/usr/lib
-       $(CP) $(PKG_INSTALL_DIR)/usr/lib/libcurl.so.* $(1)/usr/lib/
+       $(CP) $(PKG_INSTALL_DIR)/usr/lib/libcurl.so* $(1)/usr/lib/
 endef

 $(eval $(call BuildPackage,curl))
-- 
1.7.9.5


-- 
Jonh Wendell
http://www.bani.com.br
_______________________________________________
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/mailman/listinfo/openwrt-devel

Reply via email to