Do not install static libraries in the resulting package, thanks Raphael
authorflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Thu, 4 Dec 2008 16:18:06 +0000 (16:18 +0000)
committerflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Thu, 4 Dec 2008 16:18:06 +0000 (16:18 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@13515 3c298f89-4303-0410-b956-a3cf2f4a3e73

libs/libol/Makefile

index 5d013b9..65583ab 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