From 69cb226a6c081b4182716a8fa32f9e487601f7af Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Thu, 23 Nov 2006 01:05:26 +0000 Subject: [PATCH] disable openmp on ia64 (#216988) --- gettext.spec | 26 +++++++------------------- 1 file changed, 7 insertions(+), 19 deletions(-) diff --git a/gettext.spec b/gettext.spec index 1e26029..57c2d9e 100644 --- a/gettext.spec +++ b/gettext.spec @@ -54,28 +54,15 @@ want to add gettext support for your project. %build [ -f %{_datadir}/automake/depcomp ] && cp -f %{_datadir}/automake/{depcomp,ylwrap} . || : -# Rerun autotools for new version -# aclocal --force -# automake -# autoconf -#for i in autoconf-lib-link gettext-tools gettext-runtime; do -# pushd $i -# aclocal --force -I m4/ -I ../config/m4/ -I ../gettext-runtime/m4/ -I ../gettext-tools/m4/ -I ../autoconf-lib-link/m4/ -# automake -# autoconf -# popd -#done - -#pushd gettext-runtime/libasprintf -#aclocal --force -I ../../config/m4/ -I ../../gettext-runtime/m4/ -I ../../gettext-tools/m4/ -I ../../autoconf-lib-link/m4/ -#automake -#autoconf -#popd - export JAVAC='gcj -C' export JAR='fastjar' %configure --without-included-gettext --enable-nls \ - --enable-shared --with-pic-=yes --disable-csharp + --enable-shared --with-pic-=yes --disable-csharp \ +%ifarch ia64 + --disable-openmp +%else + %{nil} +%endif make @@ -226,6 +213,7 @@ fi %changelog * Thu Nov 23 2006 Jens Petersen - 0.16-1 - update to 0.16 release +- disable openmp on ia64 (#216988) * Fri Oct 27 2006 Jens Petersen - 0.15-1 - update to 0.15 release