Browse Source

Revert changes introduced in Wine commit

"8f732c66ab37b54c30d63c74f7822ba1d4f04996" due to compilation failure of 32-bit Wine on x86_64 platform.
Wine commit ref: 8f732c66ab
master
Pekka Helenius 5 years ago
parent
commit
9cee7e2ac8
2 changed files with 7 additions and 0 deletions
  1. +3
    -0
      arch/0-wine-staging-git/PKGBUILD
  2. +4
    -0
      debian/wineroot/winebuild.sh

+ 3
- 0
arch/0-wine-staging-git/PKGBUILD View File

@ -257,6 +257,9 @@ build() {
cd "$srcdir"/"$pkgname"-32-build
# Revert Wine commit 8f732c66ab37b54c30d63c74f7822ba1d4f04996
# Ref: https://source.winehq.org/git/wine.git/commit/8f732c66ab37b54c30d63c74f7822ba1d4f04996
CFLAGS="${CFLAGS} -fPIC" \
../wine-git/configure \
--with-x \
--without-mingw \


+ 4
- 0
debian/wineroot/winebuild.sh View File

@ -778,6 +778,10 @@ function wine64Build() {
function wine32Build() {
cd "${WINEDIR_BUILD_32}"
# Revert Wine commit 8f732c66ab37b54c30d63c74f7822ba1d4f04996
# Ref: https://source.winehq.org/git/wine.git/commit/8f732c66ab37b54c30d63c74f7822ba1d4f04996
# CFLAGS="${CFLAGS} -fPIC" \
"${WINEDIR}"/configure \
--with-x \
--without-mingw \


Loading…
Cancel
Save