summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJiri Moskovcak <jmoskovc@redhat.com>2010-06-04 09:27:33 +0200
committerJiri Moskovcak <jmoskovc@redhat.com>2010-06-04 09:27:33 +0200
commit8a2021f055dcc7bf1ec195a94e834e0be012f8a7 (patch)
tree8c38f0fdfd6a177a925fb942ebcb92828a03c11a
parente241ef69387d43da7ad7a51e1bc53d4cd899569e (diff)
downloadabrt-8a2021f055dcc7bf1ec195a94e834e0be012f8a7.tar.gz
abrt-8a2021f055dcc7bf1ec195a94e834e0be012f8a7.tar.xz
abrt-8a2021f055dcc7bf1ec195a94e834e0be012f8a7.zip
SPEC: added CFLAGS="-fno-strict-aliasing" to fix the rpmdiff warnings
-rw-r--r--abrt.spec1
1 files changed, 1 insertions, 0 deletions
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