projects
/
lede.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
833d74c
)
strip libmysqlclient binary for ipk package
author
Felix Fietkau
<nbd@openwrt.org>
Sun, 10 Apr 2005 16:33:07 +0000
(16:33 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Sun, 10 Apr 2005 16:33:07 +0000
(16:33 +0000)
SVN-Revision: 610
openwrt/package/mysql/Makefile
patch
|
blob
|
history
diff --git
a/openwrt/package/mysql/Makefile
b/openwrt/package/mysql/Makefile
index c471d9c4538ff04a24cb30f8a35a8b52cf23bb98..da8d8e4367c9a7e7f31cbe9bac89fc79ddb38227 100644
(file)
--- a/
openwrt/package/mysql/Makefile
+++ b/
openwrt/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)