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:
854dbbd
)
[packages] pcre: we don't need dev shlib symlinks (.so), thx {Nico}
author
Raphaël Huck
<rhk@cksum.org>
Mon, 22 Mar 2010 15:31:55 +0000
(15:31 +0000)
committer
Raphaël Huck
<rhk@cksum.org>
Mon, 22 Mar 2010 15:31:55 +0000
(15:31 +0000)
SVN-Revision: 20370
libs/pcre/Makefile
patch
|
blob
|
history
diff --git
a/libs/pcre/Makefile
b/libs/pcre/Makefile
index fe3233ab806d06b0418c8e35935ce1c188037224..b2f83ebee39bee35e67da3ad0855d4b0ba161c40 100644
(file)
--- a/
libs/pcre/Makefile
+++ b/
libs/pcre/Makefile
@@
-52,7
+52,7
@@
endef
define Package/libpcre/install
$(INSTALL_DIR) $(1)/usr/lib
- $(CP) $(PKG_INSTALL_DIR)/usr/lib/libpcre{,posix}.so* $(1)/usr/lib/
+ $(CP) $(PKG_INSTALL_DIR)/usr/lib/libpcre{,posix}.so
.
* $(1)/usr/lib/
endef
$(eval $(call BuildPackage,libpcre))