aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicolas Thill <nico@openwrt.org>2005-05-28 10:52:15 +0000
committerNicolas Thill <nico@openwrt.org>2005-05-28 10:52:15 +0000
commit5d077b6eaa461d2e0300caa5d3762edbbbda5714 (patch)
treeb46ddd3184ea261cbf8bfd6168bf834179907a05
parent482e28360e1f11403e1c64d7b88f9de2d83b496e (diff)
downloadupstream-5d077b6eaa461d2e0300caa5d3762edbbbda5714.tar.gz
upstream-5d077b6eaa461d2e0300caa5d3762edbbbda5714.tar.bz2
upstream-5d077b6eaa461d2e0300caa5d3762edbbbda5714.zip
Remove .la libtool file installed in STAGING_DIR
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@1086 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rw-r--r--openwrt/package/mysql/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/openwrt/package/mysql/Makefile b/openwrt/package/mysql/Makefile
index 05b8acbc120..64bb6de2e1c 100644
--- 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