summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDaniel Bermond2022-11-11 17:12:52 -0300
committerDaniel Bermond2022-11-11 17:12:52 -0300
commitb58c3ae3945fcc0943a983c35525c90b0128cccd (patch)
tree62c8159e19b489ef5a35befd42394d6e63cdf695 /PKGBUILD
parent46a6baf0cc012b24eb2b0f74253f54e53b248c5d (diff)
downloadaur-b58c3ae3945fcc0943a983c35525c90b0128cccd.tar.gz
Fix build
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9f791054b6bd..43ce52d87e59 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: sxe <sxxe@gmx.de>
pkgname=wine-git
-pkgver=7.3.r297.g99ef287bb72
+pkgver=7.20.r331.g384b0b35c35
pkgrel=1
pkgdesc='A compatibility layer for running Windows programs (git version)'
arch=('x86_64')
@@ -114,7 +114,7 @@ pkgver() {
build() {
# does not compile without remove these flags as of 4.10
export CFLAGS="${CFLAGS/-fno-plt/}"
- export LDFLAGS="${LDFLAGS/,-z,now/}"
+ export LDFLAGS="${LDFLAGS/,-z,relro,-z,now/}"
# build wine 64-bit
# (according to the wine wiki, this 64-bit/32-bit building order is mandatory)