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
This commit is contained in:
florian 2008-12-04 16:18:06 +00:00
parent 7db4105734
commit b9cd8e78ab

View File

@ -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