diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2010-09-16 13:05:46 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2010-09-16 13:05:46 +0200 |
commit | afab289b265ff987c3f62393b3ef707c2650704f (patch) | |
tree | e4145c43758117b6c9c372a89cbb8ad34e6fb7fe /package/gettext | |
parent | a2e96ddb9519a2f40857f11501b88e465d25082d (diff) |
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)
Diffstat (limited to 'package/gettext')
-rw-r--r-- | package/gettext/Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
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 |