changeset 248:14320123cf11

fixed dependecies of gettext
author Volker Grabsch <vog@notjusthosting.com>
date Sat, 28 Feb 2009 03:37:50 +0100
parents 891180a1d143
children f9eef93cb829
files src/gettext.mk
diffstat 1 files changed, 3 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/gettext.mk	Fri Feb 27 22:22:40 2009 +0100
+++ b/src/gettext.mk	Sat Feb 28 03:37:50 2009 +0100
@@ -6,7 +6,7 @@
 $(PKG)_SUBDIR  := gettext-$($(PKG)_VERSION)
 $(PKG)_FILE    := gettext-$($(PKG)_VERSION).tar.gz
 $(PKG)_URL     := ftp://ftp.gnu.org/pub/gnu/gettext/$($(PKG)_FILE)
-$(PKG)_DEPS    := gcc
+$(PKG)_DEPS    := gcc libiconv
 
 define $(PKG)_UPDATE
     wget -q -O- 'http://www.gnu.org/software/gettext/' | \
@@ -42,6 +42,7 @@
         --disable-shared \
         --prefix='$(PREFIX)/$(TARGET)' \
         --enable-threads=win32 \
-        --without-libexpat-prefix
+        --without-libexpat-prefix \
+        --without-libxml2-prefix
     $(MAKE) -C '$(1)/gettext-runtime/intl' -j '$(JOBS)' SHELL=bash install
 endef