From: Todd C. Miller Date: Mon, 25 Jun 2012 18:00:15 +0000 (-0400) Subject: Add --disable-nls for AIX X-Git-Tag: SUDO_1_7_10~47 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=014f6638bab32810675fc8c3a45431663277ec64;p=sudo Add --disable-nls for AIX --HG-- branch : 1.7 --- diff --git a/mkpkg b/mkpkg index b2f8cbed0..099e851a8 100755 --- a/mkpkg +++ b/mkpkg @@ -265,6 +265,7 @@ case "$osversion" in --with-editor=/usr/bin/vi --with-env-editor --enable-zlib=builtin + --disable-nls $configure_opts" PPVARS="${PPVARS}${PPVARS+$space}aix_freeware=true" ;;