From a82e4bbcbaaf06c7a068938985ad864d3395e5a3 Mon Sep 17 00:00:00 2001 From: jow Date: Wed, 15 Dec 2010 02:24:59 +0000 Subject: [PATCH] [packages] gettext: don't try to "hide" libintl anymore, all packages relying on glib2 also need intl anyway so there's no point to fix it in every package git-svn-id: svn://svn.openwrt.org/openwrt/packages@24577 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- libs/gettext/Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/libs/gettext/Makefile b/libs/gettext/Makefile index a7ab8815e..26157fc91 100644 --- a/libs/gettext/Makefile +++ b/libs/gettext/Makefile @@ -44,11 +44,11 @@ CONFIGURE_ARGS += \ --without-emacs define Build/InstallDev - $(INSTALL_DIR) $(1)/usr/lib/libintl/include - $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/include/libintl.h $(1)/usr/lib/libintl/include/ + $(INSTALL_DIR) $(1)/usr/include + $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/include/libintl.h $(1)/usr/include/ - $(INSTALL_DIR) $(1)/usr/lib/libintl/lib - $(CP) $(PKG_INSTALL_DIR)/usr/lib/libintl.{a,so*} $(1)/usr/lib/libintl/lib/ + $(INSTALL_DIR) $(1)/usr/lib + $(CP) $(PKG_INSTALL_DIR)/usr/lib/libintl.{a,so*} $(1)/usr/lib $(INSTALL_DIR) $(1)/usr/share/aclocal $(INSTALL_DATA) $(PKG_INSTALL_DIR)/usr/share/aclocal/* $(1)/usr/share/aclocal/ -- 2.11.0