sudo: needs zlib! caught by previous commit to xbps-src, bumprev.
This commit is contained in:
parent
e92e7e69fe
commit
b35fa8d778
1 changed files with 3 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
|||
# Template build file for 'sudo'.
|
||||
pkgname=sudo
|
||||
version=1.7.4p4
|
||||
revision=1
|
||||
distfiles="http://www.courtesan.com/sudo/dist/$pkgname-$version.tar.gz"
|
||||
build_style=gnu_configure
|
||||
configure_args="--with-ignore-dot -with-all-insults --with-env-editor
|
||||
|
@ -19,7 +20,9 @@ conf_files="/etc/pam.d/sudo /etc/sudoers"
|
|||
nostrip=yes
|
||||
|
||||
Add_dependency run glibc
|
||||
Add_dependency run zlib
|
||||
Add_dependency run pam
|
||||
Add_dependency build zlib-devel
|
||||
Add_dependency build pam-devel
|
||||
Add_dependency build diffutils
|
||||
|
||||
|
|
Loading…
Reference in a new issue