From ef87ee48359c7cc6481c7c36b8990085193f84f1 Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Mon, 16 Jan 2012 09:01:36 +0100 Subject: [PATCH] libgpg-error: use autopoint instead gettextize, disable NLS Signed-off-by: Stephan Raue --- packages/security/libgpg-error/build | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/security/libgpg-error/build b/packages/security/libgpg-error/build index 5e5aea22bf..b1eaaff423 100755 --- a/packages/security/libgpg-error/build +++ b/packages/security/libgpg-error/build @@ -23,7 +23,7 @@ . config/options $1 cd $PKG_BUILD -gettextize -f +autopoint -f ./configure --host=$TARGET_NAME \ --build=$HOST_NAME \ --prefix=/usr \ @@ -31,7 +31,7 @@ gettextize -f --localstatedir=/var \ --disable-static \ --enable-shared \ - --enable-nls \ + --disable-nls \ --disable-rpath \ --with-gnu-ld