[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
This commit is contained in:
jow 2010-12-15 02:24:59 +00:00
parent e2775fc50f
commit a82e4bbcba

View File

@ -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/