From afab289b265ff987c3f62393b3ef707c2650704f Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Thu, 16 Sep 2010 13:05:46 +0200 Subject: add some native build fixes (tested on Lemote notebook) - enable busybox applets needed for natvie builds - add header packages for expat and libnl - remove rtl8187b driver, use kernel included driver (needs more testing) --- package/gettext/Makefile | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'package/gettext') diff --git a/package/gettext/Makefile b/package/gettext/Makefile index 4ef29852e..c21d11671 100644 --- a/package/gettext/Makefile +++ b/package/gettext/Makefile @@ -4,9 +4,9 @@ include ${TOPDIR}/rules.mk PKG_NAME= gettext -PKG_VERSION= 0.16.1 +PKG_VERSION= 0.18.1.1 PKG_RELEASE= 1 -PKG_MD5SUM= 3d9ad24301c6d6b17ec30704a13fe127 +PKG_MD5SUM:= 3dd55b952826d2b32f51308f2f91aa89 PKG_DESCR:= internationalisation library PKG_SECTION:= libs PKG_DEPENDS:= libiconv libpthread @@ -39,7 +39,9 @@ CONFIGURE_ENV+= nls_cv_use_gnu_gettext=yes \ gt_use_preinstalled_gnugettext=no post-install: - ${INSTALL_DIR} ${IDIR_GETTEXT}/usr/lib + ${INSTALL_DIR} ${IDIR_GETTEXT}/usr/lib ${IDIR_GETTEXT}/usr/bin ${CP} ${WRKINST}/usr/lib/*.so* ${IDIR_GETTEXT}/usr/lib + $(INSTALL_BIN) $(WRKINST)/usr/bin/gettext \ + $(IDIR_GETTEXT)/usr/bin include ${TOPDIR}/mk/pkg-bottom.mk -- cgit v1.2.3