summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Bermond2022-03-08 14:15:14 -0300
committerDaniel Bermond2022-03-08 14:15:14 -0300
commitf67d68f422dda95a29d559d2d4a4352834df4206 (patch)
tree5a6dd78b1ef5a2e3a814d4a8a67b8f42f564dd2b
parentdc06c84d63918a573635a129221721073a316c1b (diff)
downloadaur-f67d68f422dda95a29d559d2d4a4352834df4206.tar.gz
Disable lto to match repository package
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD8
2 files changed, 7 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bb2b72dbdad2..56d169f26542 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = wine-staging-git
pkgdesc = A compatibility layer for running Windows programs (staging branch, git version)
- pkgver = 6.22.r0.ga703038b
+ pkgver = 7.3.r5.ga79a08a6
pkgrel = 1
url = https://www.wine-staging.com/
install = wine-staging-git.install
@@ -150,12 +150,13 @@ pkgbase = wine-staging-git
optdepends = cups
optdepends = samba
optdepends = dosbox
- provides = wine-staging=6.22.r0.ga703038b
- provides = wine=6.22
+ provides = wine-staging=7.3.r5.ga79a08a6
+ provides = wine=7.3
provides = wine-wow64
conflicts = wine
conflicts = wine-wow64
options = staticlibs
+ options = !lto
source = git+https://github.com/wine-staging/wine-staging.git
source = git://source.winehq.org/git/wine.git
source = 30-win32-aliases.conf
diff --git a/PKGBUILD b/PKGBUILD
index ac932a333992..8162a9241e0a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Daniel Bermond <dbermond@archlinux.org>
pkgname=wine-staging-git
-pkgver=6.22.r0.ga703038b
+pkgver=7.3.r5.ga79a08a6
pkgrel=1
pkgdesc='A compatibility layer for running Windows programs (staging branch, git version)'
arch=('x86_64')
@@ -89,7 +89,7 @@ optdepends=(
'samba'
'dosbox'
)
-options=('staticlibs')
+options=('staticlibs' '!lto')
install="${pkgname}.install"
provides=("wine-staging=${pkgver}" "wine=${pkgver%%.r*}" 'wine-wow64')
conflicts=('wine' 'wine-wow64')
@@ -136,9 +136,7 @@ pkgver() {
}
build() {
- # workaround for FS#55128
- # https://bugs.archlinux.org/task/55128
- # https://bugs.winehq.org/show_bug.cgi?id=43530
+ # does not compile without remove these flags as of 4.10
export CFLAGS="${CFLAGS/-fno-plt/}"
export LDFLAGS="${LDFLAGS/,-z,now/}"