From a5dae3a9382fa39412905b1fd4cb42a5edc00440 Mon Sep 17 00:00:00 2001 From: Jiri Moskovcak Date: Sat, 5 Nov 2011 11:05:42 +0100 Subject: [PATCH] can't build against gtk 3.3 -> back to gtk2 --- libreport.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libreport.spec b/libreport.spec index ec3bdfe..5657e5a 100644 --- a/libreport.spec +++ b/libreport.spec @@ -11,7 +11,7 @@ Group: System Environment/Libraries URL: https://fedorahosted.org/abrt/ Source: https://fedorahosted.org/released/abrt/%{name}-%{version}.tar.gz BuildRequires: dbus-devel -BuildRequires: gtk3-devel +BuildRequires: gtk2-devel BuildRequires: curl-devel BuildRequires: desktop-file-utils BuildRequires: xmlrpc-c-devel @@ -208,7 +208,7 @@ mkdir -p m4 test -r m4/aclocal.m4 || touch m4/aclocal.m4 autoconf automake -%configure --enable-gtk3 +%configure sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool CFLAGS="-fno-strict-aliasing"