From: Mirko Vogt Date: Sat, 4 Dec 2010 22:04:30 +0000 (+0000) Subject: [packages/libid3tag] do not copy static libs, they are not there anymore (toto, i... X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=commitdiff_plain;hb=e64edc2a5a450e4221d82f996b4b7f9242dce292 [packages/libid3tag] do not copy static libs, they are not there anymore (toto, i've a feeling we're not in heaven (anymore)...) SVN-Revision: 24255 --- diff --git a/libs/libid3tag/Makefile b/libs/libid3tag/Makefile index 744e05b675..7b05b22cca 100644 --- a/libs/libid3tag/Makefile +++ b/libs/libid3tag/Makefile @@ -48,7 +48,7 @@ define Build/InstallDev $(INSTALL_DIR) $(1)/usr/include $(CP) $(PKG_INSTALL_DIR)/usr/include/id3tag.h $(1)/usr/include/ $(INSTALL_DIR) $(1)/usr/lib - $(CP) $(PKG_INSTALL_DIR)/usr/lib/libid3tag.{a,so*} $(1)/usr/lib/ + $(CP) $(PKG_INSTALL_DIR)/usr/lib/libid3tag.so* $(1)/usr/lib/ endef define Package/libid3tag/install