diff options
-rw-r--r-- | community/wine/APKBUILD | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/community/wine/APKBUILD b/community/wine/APKBUILD index 2579982c47..2c78e5db1d 100644 --- a/community/wine/APKBUILD +++ b/community/wine/APKBUILD @@ -38,6 +38,7 @@ build() { case "$CARCH" in x86_64) _win64=--enable-win64;; esac + CFLAGS="$CFLAGS -fcommon" \ ./configure \ --build=$CBUILD \ --host=$CHOST \ |