aboutsummaryrefslogtreecommitdiff
path: root/security/sudo
diff options
context:
space:
mode:
authorWesley Shields <wxs@FreeBSD.org>2013-01-01 20:33:52 +0000
committerWesley Shields <wxs@FreeBSD.org>2013-01-01 20:33:52 +0000
commitf7fd2d246675ad91348d7a7179cfe36fddc50273 (patch)
tree734371decd539b7dd43ef23f15fe5e912365c568 /security/sudo
parent4ab4d2f73ecc46933e3ad8c657903818571e1da9 (diff)
downloadports-f7fd2d246675ad91348d7a7179cfe36fddc50273.tar.gz
ports-f7fd2d246675ad91348d7a7179cfe36fddc50273.zip
Notes
Diffstat (limited to 'security/sudo')
-rw-r--r--security/sudo/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/security/sudo/Makefile b/security/sudo/Makefile
index 1b56094890e8..bdf75e6a8f86 100644
--- a/security/sudo/Makefile
+++ b/security/sudo/Makefile
@@ -54,6 +54,10 @@ CONFIGURE_ARGS+= --with-secure-path="${SUDO_SECURE_PATH}"
.include <bsd.port.options.mk>
+.if ${ARCH} == "ia64"
+CONFIGURE_ARGS+= --disable-pie
+.endif
+
.if ${PORT_OPTIONS:MNLS}
USE_GETTEXT= yes
LDFLAGS+= -L${LOCALBASE}/lib -lintl