From ab403946fb2605bc6bfbd57c638943c26b69227b Mon Sep 17 00:00:00 2001 From: mirko Date: Sat, 4 Dec 2010 22:04:15 +0000 Subject: [PATCH] [packages/gtk2] do not try to copy over static libs, since they're not going to be built anymore since we switched to libtool2 (who knows why...) git-svn-id: svn://svn.openwrt.org/openwrt/packages@24252 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- Xorg/lib/gtk2/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Xorg/lib/gtk2/Makefile b/Xorg/lib/gtk2/Makefile index d994be765..504fa1c40 100644 --- a/Xorg/lib/gtk2/Makefile +++ b/Xorg/lib/gtk2/Makefile @@ -83,7 +83,7 @@ define Build/InstallDev $(CP) $(PKG_INSTALL_DIR)/usr/lib/gtk-2.0/include/* $(1)/usr/include/ $(CP) \ - $(PKG_INSTALL_DIR)/usr/lib/*.{so*,a,la} \ + $(PKG_INSTALL_DIR)/usr/lib/*.{so*,la} \ $(1)/usr/lib/ $(INSTALL_DATA) \