projects
/
openwrt
/
svn-archive
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a72ce4c
)
Do not install static libraries in the resulting package, thanks Raphael
author
Florian Fainelli
<florian@openwrt.org>
Thu, 4 Dec 2008 16:18:06 +0000
(16:18 +0000)
committer
Florian Fainelli
<florian@openwrt.org>
Thu, 4 Dec 2008 16:18:06 +0000
(16:18 +0000)
SVN-Revision: 13515
libs/libol/Makefile
patch
|
blob
|
history
diff --git
a/libs/libol/Makefile
b/libs/libol/Makefile
index 5d013b901b58b3101d997f5daf7b3cf6b4a473a8..65583ab951d14b58a9165cd5bc99a96630ab23c6 100644
(file)
--- 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