]> granicus.if.org Git - sudo/commitdiff
PIE is broken on FreeBSD/arm
authorTodd C. Miller <Todd.Miller@courtesan.com>
Fri, 3 May 2013 18:33:26 +0000 (14:33 -0400)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Fri, 3 May 2013 18:33:26 +0000 (14:33 -0400)
configure
configure.in

index 8bc0f8391434609f62d19ebe287ce80c88eae644..127e99462209b7f97be1ac6e7da5c55c068d321a 100755 (executable)
--- a/configure
+++ b/configure
@@ -14530,7 +14530,7 @@ done
                : ${with_logincap='maybe'}
                # PIE is broken on FreeBSD/ia64
                case "$host_cpu" in
-               ia64*)
+               arm*|ia64*)
                        enable_pie=no;;
                esac
                ;;
index c3e6f73b6ca1d8d280517e14c0e234508e4e0590..9ab46acac5c0f9fe9e1a453fb986cd683bfbbf1a 100644 (file)
@@ -1911,7 +1911,7 @@ case "$host" in
                : ${with_logincap='maybe'}
                # PIE is broken on FreeBSD/ia64
                case "$host_cpu" in
-               ia64*)
+               arm*|ia64*)
                        enable_pie=no;;
                esac
                ;;