From: Michael Gilbert Date: Sun, 13 Mar 2022 04:27:41 +0000 (+0000) Subject: build with fpic on all architectures X-Git-Tag: archive/raspbian/7.0_repack-10+rpi1~4^2~11 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=bb1ceb77e5b26874ea7c8fb9128b3fe8dc3b18bb;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" ;;