Remove .la libtool library files
SVN-Revision: 584
This commit is contained in:
parent
ae9f767734
commit
959b0be235
3 changed files with 5 additions and 0 deletions
|
@ -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 a new issue