projects
/
openwrt
/
staging
/
zorun.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
269c715
)
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)
SVN-Revision: 1086
openwrt/package/mysql/Makefile
patch
|
blob
|
history
diff --git
a/openwrt/package/mysql/Makefile
b/openwrt/package/mysql/Makefile
index 05b8acbc120673cf765bd22b636df2c632e8fc6e..64bb6de2e1c96ecade1e9f24020f72bbb08acf64 100644
(file)
--- a/
openwrt/package/mysql/Makefile
+++ b/
openwrt/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