From 5acce55cacdf47f262d310bf36419b449b191777 Mon Sep 17 00:00:00 2001 From: Jiri Moskovcak Date: Nov 05 2011 17:34:54 +0000 Subject: can't build against gtk 3.3 -> back to gtk2 --- diff --git a/libreport.spec b/libreport.spec index bea86ed..0727972 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"