ec848f899d
Fix seed variable name for the wait3 system call AC_TRY_RUN test. Remove manual installation; not needed anymore. Cc: Will Newton <will.newton@gmail.com> Signed-off-by: Baruch Siach <baruch@tkos.co.il> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
14 lines
355 B
Makefile
14 lines
355 B
Makefile
################################################################################
|
|
#
|
|
# time
|
|
#
|
|
################################################################################
|
|
|
|
TIME_VERSION = 1.9
|
|
TIME_SITE = $(BR2_GNU_MIRROR)/time
|
|
TIME_CONF_ENV = ac_cv_func_wait3_rusage=yes
|
|
TIME_LICENSE = GPL-3.0+
|
|
TIME_LICENSE_FILES = COPYING
|
|
|
|
$(eval $(autotools-package))
|