re-enable openmp on ia64

This commit is contained in:
Jens Petersen 2006-11-27 00:09:25 +00:00
parent 69cb226a6c
commit e8daad689c
1 changed files with 5 additions and 7 deletions

View File

@ -1,7 +1,7 @@
Summary: GNU libraries and utilities for producing multi-lingual messages.
Name: gettext
Version: 0.16
Release: 1%{?dist}
Release: 2%{?dist}
License: GPL/LGPL
Group: Development/Tools
Source: ftp://ftp.gnu.org/gnu/gettext/%{name}-%{version}.tar.gz
@ -57,12 +57,7 @@ want to add gettext support for your project.
export JAVAC='gcj -C'
export JAR='fastjar'
%configure --without-included-gettext --enable-nls \
--enable-shared --with-pic-=yes --disable-csharp \
%ifarch ia64
--disable-openmp
%else
%{nil}
%endif
--enable-shared --with-pic-=yes --disable-csharp
make
@ -211,6 +206,9 @@ fi
%changelog
* Mon Nov 27 2006 Jens Petersen <petersen@redhat.com> - 0.16-2
- re-enable openmp on ia64
* Thu Nov 23 2006 Jens Petersen <petersen@redhat.com> - 0.16-1
- update to 0.16 release
- disable openmp on ia64 (#216988)