From: nbd Date: Sun, 10 Apr 2005 16:33:07 +0000 (+0000) Subject: strip libmysqlclient binary for ipk package X-Git-Url: https://git.rohieb.name/openwrt.git/commitdiff_plain/ca9105dabb83eecf7d89f8542559d9d72610028e?ds=inline strip libmysqlclient binary for ipk package git-svn-id: svn://svn.openwrt.org/openwrt/trunk@610 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/openwrt/package/mysql/Makefile b/openwrt/package/mysql/Makefile index c471d9c45..da8d8e436 100644 --- 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)