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

Sven-Hendrik Haase svenstaro at nymeria.archlinux.org
Tue Feb 5 13:52:10 UTC 2013


    Date: Tuesday, February 5, 2013 @ 14:52:09
  Author: svenstaro
Revision: 83828

upgpkg: wine 1.5.23-2

Re-add -mincoming-stack-boundary=2

Modified:
  wine/trunk/PKGBUILD

----------+
 PKGBUILD |   10 +++++++---
 1 file changed, 7 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-02-05 13:13:47 UTC (rev 83827)
+++ PKGBUILD	2013-02-05 13:52:09 UTC (rev 83828)
@@ -6,7 +6,7 @@
 
 pkgname=wine
 pkgver=1.5.23
-pkgrel=1
+pkgrel=2
 
 _pkgbasever=${pkgver/rc/-rc}
 
@@ -106,8 +106,9 @@
       --prefix=/usr \
       --libdir=/usr/lib \
       --with-x \
-      --without-gstreamer \ # FS#33655
+      --without-gstreamer \
       --enable-win64
+    # Gstreamer was disabled for FS#33655
 
     make
 
@@ -124,8 +125,11 @@
   ../$pkgname/configure \
     --prefix=/usr \
     --with-x \
-    --without-gstreamer \ # FS#33655
+    --without-gstreamer \
     "${_wine32opts[@]}"
+
+  # These additional flags solve FS#23277
+  make CFLAGS+="-mincoming-stack-boundary=2" CXXFLAGS+="-mincoming-stack-boundary=2"
 }
 
 package() {




More information about the arch-commits mailing list