projects
/
15.05
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1c4a2a5
)
Remove .la libtool file installed in STAGING_DIR
author
Nicolas Thill
<nico@openwrt.org>
Sat, 28 May 2005 10:52:15 +0000
(10:52 +0000)
committer
Nicolas Thill
<nico@openwrt.org>
Sat, 28 May 2005 10:52:15 +0000
(10:52 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1086
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
package/mysql/Makefile
patch
|
blob
|
history
diff --git
a/package/mysql/Makefile
b/package/mysql/Makefile
index
05b8acb
..
64bb6de
100644
(file)
--- a/
package/mysql/Makefile
+++ b/
package/mysql/Makefile
@@
-114,6
+114,7
@@
$(STAGING_DIR)/usr/lib/mysql/libmysqlclient.so: $(PKG_BUILD_DIR)/.built
cp -fpR $(PKG_INSTALL_DIR)/usr/include/mysql $(STAGING_DIR)/usr/include/
mkdir -p $(STAGING_DIR)/usr/lib
cp -fpR $(PKG_INSTALL_DIR)/usr/lib/mysql $(STAGING_DIR)/usr/lib/
+ rm -f $(STAGING_DIR)/usr/lib/mysql/libmysqlclient.la
touch $@
install-dev: $(STAGING_DIR)/usr/lib/mysql/libmysqlclient.so