coreutils: drop kill(1) and uptime(1).
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
# Template file for 'coreutils'
|
# Template file for 'coreutils'
|
||||||
pkgname=coreutils
|
pkgname=coreutils
|
||||||
version=8.21
|
version=8.21
|
||||||
revision=2
|
revision=3
|
||||||
short_desc="The GNU core utilities"
|
short_desc="The GNU core utilities"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
homepage="http://www.gnu.org/software/coreutils"
|
homepage="http://www.gnu.org/software/coreutils"
|
||||||
@@ -26,8 +26,13 @@ do_configure() {
|
|||||||
gl_cv_func_working_mkstemp=yes
|
gl_cv_func_working_mkstemp=yes
|
||||||
gl_cv_func_working_acl_get_file=yes"
|
gl_cv_func_working_acl_get_file=yes"
|
||||||
fi
|
fi
|
||||||
|
#
|
||||||
|
# Do not install kill: provided by util-linux.
|
||||||
|
# Do not install uptime: provided by procps-ng.
|
||||||
|
#
|
||||||
./configure ${CONFIGURE_SHARED_ARGS} \
|
./configure ${CONFIGURE_SHARED_ARGS} \
|
||||||
--enable-install-program=hostname \
|
--enable-install-program=hostname \
|
||||||
|
--enable-no-install-program=kill,uptime \
|
||||||
--disable-rpath ${_confargs}
|
--disable-rpath ${_confargs}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user