From 4f2fa2e7918d32ffadc3abcd8e5714c1faf09764 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Mon, 15 Aug 2005 04:27:58 +0000 Subject: [PATCH] Fix abi checking on ia64 --- glib2.spec | 3 +++ 1 file changed, 3 insertions(+) diff --git a/glib2.spec b/glib2.spec index db9a8a3..9d0d321 100644 --- a/glib2.spec +++ b/glib2.spec @@ -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