projects
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
e9d41ec
)
strip libmysqlclient binary for ipk package
author
nbd
<nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sun, 10 Apr 2005 16:33:07 +0000
(16:33 +0000)
committer
nbd
<nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sun, 10 Apr 2005 16:33:07 +0000
(16:33 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@610
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
package/mysql/Makefile
patch
|
blob
|
history
diff --git
a/package/mysql/Makefile
b/package/mysql/Makefile
index
c471d9c
..
da8d8e4
100644
(file)
--- a/
package/mysql/Makefile
+++ b/
package/mysql/Makefile
@@
-105,6
+105,7
@@
$(PKG_IPK): $(PKG_BUILD_DIR)/libmysql/.libs/libmysqlclient.so
$(SCRIPT_DIR)/make-ipkg-dir.sh $(PKG_IPK_DIR) libmysqlclient.control $(PKG_VERSION)-$(PKG_RELEASE) $(ARCH)
mkdir -p $(PKG_IPK_DIR)/usr/lib
cp $< $(PKG_IPK_DIR)/usr/lib/
+ $(STRIP) $(PKG_IPK_DIR)/usr/lib/*
mkdir -p $(PACKAGE_DIR)
$(IPKG_BUILD) $(PKG_IPK_DIR) $(PACKAGE_DIR)
This page took
0.021101 seconds
and
4
git commands to generate.