projects
/
openwrt
/
svn-archive
/
archive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
61e7f51
)
[packages/libid3tag] do not copy static libs, they are not there anymore (toto, i...
author
Mirko Vogt
<mirko@openwrt.org>
Sat, 4 Dec 2010 22:04:30 +0000
(22:04 +0000)
committer
Mirko Vogt
<mirko@openwrt.org>
Sat, 4 Dec 2010 22:04:30 +0000
(22:04 +0000)
SVN-Revision: 24255
libs/libid3tag/Makefile
patch
|
blob
|
history
diff --git
a/libs/libid3tag/Makefile
b/libs/libid3tag/Makefile
index 744e05b675bebcc564ff0df9651e8feb59f4b83f..7b05b22ccad405b850c00a6df7b7fd4aed0a6492 100644
(file)
--- 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