From b3ed25fc475c598ee55a65cbd6ab1216597f203c Mon Sep 17 00:00:00 2001 From: Florian Fainelli Date: Thu, 4 Dec 2008 16:18:06 +0000 Subject: [PATCH] Do not install static libraries in the resulting package, thanks Raphael SVN-Revision: 13515 --- libs/libol/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.30.2