projects
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
415e4a4
)
[packages] pcre: we don't need dev shlib symlinks (.so), thx {Nico}
author
rhk
<rhk@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Mon, 22 Mar 2010 15:31:55 +0000
(15:31 +0000)
committer
rhk
<rhk@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Mon, 22 Mar 2010 15:31:55 +0000
(15:31 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@20370
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
libs/pcre/Makefile
patch
|
blob
|
history
diff --git
a/libs/pcre/Makefile
b/libs/pcre/Makefile
index
fe3233a
..
b2f83eb
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))