diff --git a/python-pycryptodome.changes b/python-pycryptodome.changes index 99684f9..21b82d4 100644 --- a/python-pycryptodome.changes +++ b/python-pycryptodome.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Fri May 24 11:36:30 UTC 2019 - Martin Liška + +- Use -fno-strict-aliasing in order to bypass: + https://github.com/Legrandin/pycryptodome/issues/291. + ------------------------------------------------------------------- Tue May 14 13:03:34 UTC 2019 - Marketa Calabkova diff --git a/python-pycryptodome.spec b/python-pycryptodome.spec index bfc8105..e45a7b6 100644 --- a/python-pycryptodome.spec +++ b/python-pycryptodome.spec @@ -84,7 +84,9 @@ Python. Only the pieces that are extremely critical to performance %setup -q -n pycryptodome-%{version} %build -export CFLAGS="%{optflags}" +# Use -fno-strict-aliasing in order to bypass: +# https://github.com/Legrandin/pycryptodome/issues/291 +export CFLAGS="%{optflags} -fno-strict-aliasing" %python_build %install