Fix abi checking on ia64

This commit is contained in:
Matthias Clasen 2005-08-15 04:27:58 +00:00
parent 7ff2e832d7
commit 4f2fa2e791

View File

@ -7,6 +7,8 @@ Group: System Environment/Libraries
Source: glib-%{version}.tar.bz2
Source2: glib2.sh
Source3: glib2.csh
# make abi checking work on ia64, fixed in 2.8.1
Patch0: glib-2.8.0-ia64.patch
Conflicts: libgnomeui <= 2.2.0
BuildRoot: %{_tmppath}/glib-%{PACKAGE_VERSION}-root
BuildRequires: pkgconfig >= 0.8
@ -36,6 +38,7 @@ version 2 of the GLib library.
%prep
%setup -q -n glib-%{version}
%patch0 -p1 -b .ia64
%build