From: florian Date: Thu, 4 Dec 2008 16:18:06 +0000 (+0000) Subject: Do not install static libraries in the resulting package, thanks Raphael X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=b9cd8e78ab8d38889c67f606f168a02f52ee5d7b;p=packages.git Do not install static libraries in the resulting package, thanks Raphael git-svn-id: svn://svn.openwrt.org/openwrt/packages@13515 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/libs/libol/Makefile b/libs/libol/Makefile index 5d013b901..65583ab95 100644 --- a/libs/libol/Makefile +++ b/libs/libol/Makefile @@ -66,7 +66,7 @@ endef define Package/libol/install $(INSTALL_DIR) $(1)/usr/lib $(CP) \ - $(PKG_INSTALL_DIR)/usr/lib/libol.{a,so*} \ + $(PKG_INSTALL_DIR)/usr/lib/libol.so* \ $(1)/usr/lib/ endef