From 35930b69123304195109db89b35ab749c1e56d6a Mon Sep 17 00:00:00 2001 From: John Ralls Date: Sun, 2 Nov 2014 09:36:23 -0800 Subject: [PATCH] Fix hang when building libgpg-error. --- install-impl.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/install-impl.sh b/install-impl.sh index 426286f0..cd2d831e 100644 --- a/install-impl.sh +++ b/install-impl.sh @@ -466,6 +466,7 @@ function inst_gnutls() { assert_one_dir $TMP_UDIR/libgcrypt-* assert_one_dir $TMP_UDIR/libgpg-error-* qpushd $TMP_UDIR/libgpg-error-* + sed -i'' s/ro// po/LINGUAS #Converting ro.po to UTF8 hangs ./configure ${HOST_XCOMPILE} --prefix=$_GNUTLS_UDIR --disable-nls \ --disable-languages \ CPPFLAGS="${GNOME_CPPFLAGS}" \