From: Florian Fainelli 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://git.lede-project.org./?a=commitdiff_plain;h=b3ed25fc475c598ee55a65cbd6ab1216597f203c;p=openwrt%2Fsvn-archive%2Fpackages.git Do not install static libraries in the resulting package, thanks Raphael SVN-Revision: 13515 --- 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