From: Michael Gilbert Date: Sat, 19 Mar 2022 00:48:02 +0000 (+0000) Subject: build with fpic on all architectures X-Git-Tag: archive/raspbian/7.0_repack-10+rpi1~17 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=76222ab704aa3629022a62380e3d1b71e2a0144e;p=wine.git build with fpic on all architectures Gbp-Pq: Topic fixes Gbp-Pq: Name fpic.patch --- diff --git a/configure.ac b/configure.ac index 42d52f5..a4a1822 100644 --- a/configure.ac +++ b/configure.ac @@ -901,9 +901,6 @@ case $host_os in *) case $host_cpu in - *i[[3456789]]86*) - DLLFLAGS="$DLLFLAGS -fno-PIC" - LDDLLFLAGS="-fno-PIC" ;; *) DLLFLAGS="$DLLFLAGS -fPIC" LDDLLFLAGS="-fPIC" ;;