From 8a2021f055dcc7bf1ec195a94e834e0be012f8a7 Mon Sep 17 00:00:00 2001 From: Jiri Moskovcak Date: Fri, 4 Jun 2010 09:27:33 +0200 Subject: SPEC: added CFLAGS="-fno-strict-aliasing" to fix the rpmdiff warnings --- abrt.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/abrt.spec b/abrt.spec index 23a5b2f8..4dca46cc 100644 --- a/abrt.spec +++ b/abrt.spec @@ -241,6 +241,7 @@ Virtual package to make easy default installation on desktop environments. %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" make %{?_smp_mflags} %install -- cgit