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"