disable openmp on ia64 (#216988)
This commit is contained in:
parent
90347ff771
commit
69cb226a6c
26
gettext.spec
26
gettext.spec
@ -54,28 +54,15 @@ want to add gettext support for your project.
|
|||||||
%build
|
%build
|
||||||
[ -f %{_datadir}/automake/depcomp ] && cp -f %{_datadir}/automake/{depcomp,ylwrap} . || :
|
[ -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 JAVAC='gcj -C'
|
||||||
export JAR='fastjar'
|
export JAR='fastjar'
|
||||||
%configure --without-included-gettext --enable-nls \
|
%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
|
make
|
||||||
|
|
||||||
|
|
||||||
@ -226,6 +213,7 @@ fi
|
|||||||
%changelog
|
%changelog
|
||||||
* Thu Nov 23 2006 Jens Petersen <petersen@redhat.com> - 0.16-1
|
* Thu Nov 23 2006 Jens Petersen <petersen@redhat.com> - 0.16-1
|
||||||
- update to 0.16 release
|
- update to 0.16 release
|
||||||
|
- disable openmp on ia64 (#216988)
|
||||||
|
|
||||||
* Fri Oct 27 2006 Jens Petersen <petersen@redhat.com> - 0.15-1
|
* Fri Oct 27 2006 Jens Petersen <petersen@redhat.com> - 0.15-1
|
||||||
- update to 0.15 release
|
- update to 0.15 release
|
||||||
|
Loading…
Reference in New Issue
Block a user