build with fpic on all architectures
authorMichael Gilbert <mgilbert@debian.org>
Sat, 19 Mar 2022 00:48:02 +0000 (00:48 +0000)
committerPeter Michael Green <plugwash@raspbian.org>
Sat, 19 Mar 2022 00:48:02 +0000 (00:48 +0000)
Gbp-Pq: Topic fixes
Gbp-Pq: Name fpic.patch

configure.ac

index 42d52f5da3c691c76f034722a357ca0119336693..a4a1822523819dd78006aaa674bc900443c248a5 100644 (file)
@@ -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" ;;