[packages] gettext-full: install headers into usr/lib/gettext-full/include, makes it suitable for --with-iconv(-prefix)=...
git-svn-id: svn://svn.openwrt.org/openwrt/packages@24796 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
ad37c07a91
commit
024a3a3f1c
@ -45,11 +45,11 @@ CONFIGURE_ARGS += \
|
|||||||
--without-emacs
|
--without-emacs
|
||||||
|
|
||||||
define Build/InstallDev
|
define Build/InstallDev
|
||||||
$(INSTALL_DIR) $(1)/usr/include/gettext-full
|
$(INSTALL_DIR) $(1)/usr/lib/gettext-full/include
|
||||||
$(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/include/libintl.h $(1)/usr/include/gettext-full/
|
$(CP) $(PKG_INSTALL_DIR)/usr/lib/libintl.h $(1)/usr/lib/gettext-full/include/
|
||||||
|
|
||||||
$(INSTALL_DIR) $(1)/usr/lib/gettext-full
|
$(INSTALL_DIR) $(1)/usr/lib/gettext-full/lib
|
||||||
$(CP) $(PKG_INSTALL_DIR)/usr/lib/libintl.{a,so*} $(1)/usr/lib/gettext-full/
|
$(CP) $(PKG_INSTALL_DIR)/usr/lib/libintl.{a,so*} $(1)/usr/lib/gettext-full/lib/
|
||||||
|
|
||||||
$(INSTALL_DIR) $(1)/usr/share/aclocal
|
$(INSTALL_DIR) $(1)/usr/share/aclocal
|
||||||
$(INSTALL_DATA) $(PKG_INSTALL_DIR)/usr/share/aclocal/* $(1)/usr/share/aclocal/
|
$(INSTALL_DATA) $(PKG_INSTALL_DIR)/usr/share/aclocal/* $(1)/usr/share/aclocal/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user