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

Felix Yan felixonmars at archlinux.org
Thu Aug 31 07:56:19 UTC 2017


    Date: Thursday, August 31, 2017 @ 07:56:19
  Author: felixonmars
Revision: 255156

upgpkg: wine 2.15-2

workaround FS#55128

Modified:
  wine/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-08-31 07:54:56 UTC (rev 255155)
+++ PKGBUILD	2017-08-31 07:56:19 UTC (rev 255156)
@@ -6,7 +6,7 @@
 
 pkgname=wine
 pkgver=2.15
-pkgrel=1
+pkgrel=2
 
 _pkgbasever=${pkgver/rc/-rc}
 
@@ -105,6 +105,10 @@
   # Allow ccache to work
   mv $pkgname-$_pkgbasever $pkgname
 
+  # https://bugs.winehq.org/show_bug.cgi?id=43530
+  export CFLAGS="${CFLAGS/-fno-plt/}"
+  export LDFLAGS="${LDFLAGS/,-z,now/}"
+
   sed 's|OpenCL/opencl.h|CL/opencl.h|g' -i $pkgname/configure*
 
   # Get rid of old build dirs



More information about the arch-commits mailing list