diff --git a/srcpkgs/sudo/template b/srcpkgs/sudo/template index f9550875eab..c4468a25e4c 100644 --- a/srcpkgs/sudo/template +++ b/srcpkgs/sudo/template @@ -1,12 +1,12 @@ # Template build file for 'sudo'. pkgname=sudo version=1.8.10p2 -revision=2 +revision=3 lib32disabled=yes build_style=gnu-configure configure_args="--with-ignore-dot -with-all-insults --with-env-editor --enable-shell-sets-home --enable-noargs-shell --without-sendmail - --with-logfac=auth --disable-root-mailer" + --with-logfac=auth --disable-root-mailer --enable-pie" makedepends="zlib-devel pam-devel" conf_files="/etc/pam.d/sudo /etc/sudoers" short_desc="Allow others to run commands as root"