From fbbc91cd2aeabc566093678378a6611204686c0e96b8bf531ad453ec8c0b6183 Mon Sep 17 00:00:00 2001 From: Todd R Date: Thu, 17 Jan 2013 14:30:03 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-simplejson?expand=0&rev=40 --- python3-simplejson.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python3-simplejson.spec b/python3-simplejson.spec index 4c71955..7e74bd1 100644 --- a/python3-simplejson.spec +++ b/python3-simplejson.spec @@ -42,7 +42,7 @@ serious speed boost. %setup -q -n %{modname}-%{version} %build -python3 setup.py build +CFLAGS="%{optflags} -fno-strict-aliasing" python3 setup.py build %install python3 setup.py install --prefix=%{_prefix} --root=%{buildroot}