Rebuild with correct compilation flags

This commit is contained in:
2026-03-14 09:50:56 +02:00
parent 82f0bf9fe4
commit eb8c909df1
2 changed files with 5 additions and 1 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
name: wine
description: A compatibility layer for running Windows programs
version: "11.4"
revision: 2
revision: 3
url: https://www.winehq.org/
license: LGPL2.1-or-later
maintainers:
+4
View File
@@ -8,6 +8,10 @@ build() {
mkdir build
cd build
export CROSSCFLAGS="$CFLAGS"
export CROSSCXXFLAGS="$CXXFLAGS"
export CROSSLDFLAGS="$LDFLAGS"
../configure --prefix=/usr --disable-tests --enable-archs=x86_64,i386
make
}