From 955e05fa58e4a058e740bd05a9cf3e272d3ec168 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Sat, 11 Oct 2008 11:06:37 +0200 Subject: [PATCH] gettext-tools: only link against libintl provided by gettext-runtime. --HG-- extra : convert_revision : f5957559a65e0fc1ed49214f9feae7fed3499b13 --- templates/gettext-tools.tmpl | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/templates/gettext-tools.tmpl b/templates/gettext-tools.tmpl index 4728fc4c941..e1ebf137dac 100755 --- a/templates/gettext-tools.tmpl +++ b/templates/gettext-tools.tmpl @@ -9,9 +9,10 @@ url=http://ftp.gnu.org/pub/gnu/gettext build_style=gnu_configure configure_args="--disable-libasprintf --without-emacs --disable-java --disable-native-java --enable-threads=posix --disable-openmp - --without-included-gettext --with-libintl-prefix=$PKGFS_MASTERDIR" + --with-included-glib --with-included-expat --with-included-libxml2 + --with-libintl-prefix=$PKGFS_MASTERDIR" +LDFLAGS="$PKGFS_MASTERDIR/lib/libintl.so" make_cmd="$PKGFS_MASTERDIR/bin/gmake" -LDFLAGS="-lintl" ignore_files="charset.alias locale.alias" short_desc="Internationalized Message Handling Library (developer tools)" maintainer="Juan RP "