Do not install static libraries in the resulting package, thanks Raphael
authorFlorian Fainelli <florian@openwrt.org>
Thu, 4 Dec 2008 16:18:06 +0000 (16:18 +0000)
committerFlorian Fainelli <florian@openwrt.org>
Thu, 4 Dec 2008 16:18:06 +0000 (16:18 +0000)
SVN-Revision: 13515

libs/libol/Makefile

index 5d013b901b58b3101d997f5daf7b3cf6b4a473a8..65583ab951d14b58a9165cd5bc99a96630ab23c6 100644 (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