mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-10 14:43:07 +02:00
Remove .la libtool library files
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@584 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
8994621a7a
commit
b42bd7e849
@ -80,6 +80,7 @@ $(STAGING_DIR)/lib/libglib.so: $(PKG_BUILD_DIR)/libglib.so
|
||||
DESTDIR="$(STAGING_DIR)" \
|
||||
install
|
||||
cp $(PKG_BUILD_DIR)/glibconfig-sysdefs.h $(STAGING_DIR)/usr/include/glib-1.2/
|
||||
rm -f $(STAGING_DIR)/usr/lib/libg{lib,module,thread}.la
|
||||
|
||||
$(PKG_IPK): $(STAGING_DIR)/lib/libglib.so
|
||||
mkdir -p $(PACKAGE_DIR)
|
||||
|
@ -78,6 +78,8 @@ $(INSTALL_DIR)/usr/include/pcre.h: .stamp-built
|
||||
DESTDIR="$(INSTALL_DIR)" \
|
||||
install
|
||||
|
||||
rm -f $(INSTALL_DIR)/usr/lib/libpcre*.la
|
||||
|
||||
|
||||
configure: .stamp-configured
|
||||
|
||||
|
@ -72,6 +72,8 @@ $(INSTALL_DIR)/usr/include/popt.h: .stamp-built
|
||||
DESTDIR="$(INSTALL_DIR)" \
|
||||
install
|
||||
|
||||
rm -f $(INSTALL_DIR)/usr/lib/libpopt.la
|
||||
|
||||
|
||||
configure: .stamp-configured
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user