projects
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0a4aea9
)
fix missing .so from InstallDev (closes: #848)
author
nico
<nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Mon, 16 Oct 2006 17:06:00 +0000
(17:06 +0000)
committer
nico
<nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Mon, 16 Oct 2006 17:06:00 +0000
(17:06 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@5162
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
libs/pcre/Makefile
patch
|
blob
|
history
diff --git
a/libs/pcre/Makefile
b/libs/pcre/Makefile
index
7ae7216
..
001b1f8
100644
(file)
--- a/
libs/pcre/Makefile
+++ b/
libs/pcre/Makefile
@@
-83,7
+83,7
@@
define Build/InstallDev
mkdir -p $(STAGING_DIR)/usr/include
$(CP) $(PKG_BUILD_DIR)/pcre{,posix}.h $(STAGING_DIR)/usr/include/
mkdir -p $(STAGING_DIR)/usr/lib
- $(CP) $(PKG_BUILD_DIR)/.libs/libpcre{,posix}.
so.*
$(STAGING_DIR)/usr/lib/
+ $(CP) $(PKG_BUILD_DIR)/.libs/libpcre{,posix}.
{a,so*}
$(STAGING_DIR)/usr/lib/
endef
define Build/UninstallDev