diff options
-rw-r--r-- | packaging/python-numpy.spec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packaging/python-numpy.spec b/packaging/python-numpy.spec index 1c0bc857a..b7fcf36d1 100644 --- a/packaging/python-numpy.spec +++ b/packaging/python-numpy.spec @@ -51,7 +51,7 @@ cp %{SOURCE1001} . %build -export CFLAGS="%{optflags} -fno-strict-aliasing" +export CFLAGS="%{optflags} -fno-strict-aliasing -Wno-incompatible-pointer-types" export G_SLICE=always-malloc /usr/bin/python2 setup.py build |