[arch-commits] Commit in python2-imaging/trunk (PKGBUILD)

Kyle Keen kkeen at nymeria.archlinux.org
Tue Jan 29 19:25:46 UTC 2013


    Date: Tuesday, January 29, 2013 @ 20:25:46
  Author: kkeen
Revision: 83334

fix FS#33452

Modified:
  python2-imaging/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-01-29 17:40:17 UTC (rev 83333)
+++ PKGBUILD	2013-01-29 19:25:46 UTC (rev 83334)
@@ -6,7 +6,7 @@
 
 pkgname=python2-imaging
 pkgver=1.1.7
-pkgrel=7
+pkgrel=8
 pkgdesc="PIL. Provides image processing capabilities for python"
 arch=('i686' 'x86_64')
 url="http://www.pythonware.com/products/pil/index.htm"
@@ -23,6 +23,10 @@
 
 build() {
   cd "${srcdir}/Imaging-${pkgver}"
+
+  # FS#33452
+  export CFLAGS="$CFLAGS -fno-strict-aliasing"
+
   python2 setup.py build_ext
   cd Sane
   python2 setup.py build_ext




More information about the arch-commits mailing list