- fix autoconf host on s390x
This commit is contained in:
parent
60f692e930
commit
a99c2088c3
@ -9,7 +9,7 @@
|
||||
Summary: System for layout and rendering of internationalized text
|
||||
Name: pango
|
||||
Version: 1.25.4
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
License: LGPLv2+
|
||||
Group: System Environment/Libraries
|
||||
Source: http://download.gnome.org/sources/pango/1.25/pango-%{version}.tar.bz2
|
||||
@ -95,6 +95,8 @@ esac
|
||||
|
||||
# autoconf uses powerpc not ppc
|
||||
host=`echo $host | sed "s/^ppc/powerpc/"`
|
||||
# autoconf uses ibm-linux not redhat-linux on s390x
|
||||
host=`echo $host | sed "s/^s390\(x\)*-redhat/s390\1-ibm/"`
|
||||
|
||||
# Make sure that the host value that is passed to the compile
|
||||
# is the same as the host that we're using in the spec file
|
||||
@ -226,6 +228,9 @@ fi
|
||||
|
||||
|
||||
%changelog
|
||||
* Thu Aug 20 2009 Karsten Hopp <karsten@redhat.com> 1.25.4-2
|
||||
- fix autoconf host on s390x
|
||||
|
||||
* Tue Aug 17 2009 Behdad Esfahbod <besfahbo@redhat.com> - 1.25.4-1
|
||||
- 1.25.4
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user