mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
sudo: enable PIE.
This commit is contained in:
parent
6950b6ebc2
commit
806bb72e2c
1 changed files with 2 additions and 2 deletions
|
@ -1,12 +1,12 @@
|
||||||
# Template build file for 'sudo'.
|
# Template build file for 'sudo'.
|
||||||
pkgname=sudo
|
pkgname=sudo
|
||||||
version=1.8.10p2
|
version=1.8.10p2
|
||||||
revision=2
|
revision=3
|
||||||
lib32disabled=yes
|
lib32disabled=yes
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--with-ignore-dot -with-all-insults --with-env-editor
|
configure_args="--with-ignore-dot -with-all-insults --with-env-editor
|
||||||
--enable-shell-sets-home --enable-noargs-shell --without-sendmail
|
--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"
|
makedepends="zlib-devel pam-devel"
|
||||||
conf_files="/etc/pam.d/sudo /etc/sudoers"
|
conf_files="/etc/pam.d/sudo /etc/sudoers"
|
||||||
short_desc="Allow others to run commands as root"
|
short_desc="Allow others to run commands as root"
|
||||||
|
|
Loading…
Add table
Reference in a new issue