$OpenBSD: patch-configure_ac,v 1.2 2010/05/26 17:03:59 weerd Exp $
Disable PIE on ARM and HPPA
--- configure.ac.orig	Thu May 20 11:17:15 2010
+++ configure.ac	Sat May 22 13:46:10 2010
@@ -28,6 +28,10 @@ case "$target_os" in
 	use_pie=no
 	;;
     openbsd*)
+	case "$target" in
+	arm-*-openbsd*) use_pie=no;;
+	hppa-*-openbsd*) use_pie=no;;
+	esac
 	;;
     *)
 	AC_MSG_ERROR([Unsupported operating system])
