aboutsummaryrefslogtreecommitdiff
path: root/security/sudo/Makefile
diff options
context:
space:
mode:
authorWesley Shields <wxs@FreeBSD.org>2013-05-04 22:30:31 +0000
committerWesley Shields <wxs@FreeBSD.org>2013-05-04 22:30:31 +0000
commit56a69516d0cf21a174482dbdb6a9af2218114c04 (patch)
treee78d52a859382a65a7cab7ae01b9a8597544417f /security/sudo/Makefile
parent0504e5443c6e2049d8a15d7a26d0367e7c2b65b0 (diff)
Notes
Diffstat (limited to 'security/sudo/Makefile')
-rw-r--r--security/sudo/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/security/sudo/Makefile b/security/sudo/Makefile
index a4aee72c1d6c..9e1022f83814 100644
--- a/security/sudo/Makefile
+++ b/security/sudo/Makefile
@@ -49,6 +49,10 @@ CONFIGURE_ARGS+= --with-secure-path="${SUDO_SECURE_PATH}"
.include <bsd.port.options.mk>
+.if ${ARCH} == "arm"
+CONFIGURE_ARGS+= --disable-pie
+.endif
+
.if ${PORT_OPTIONS:MNLS}
USES+= gettext
LDFLAGS+= -L${LOCALBASE}/lib -lintl