buildroot/package/time/time.mk
Baruch Siach ec848f899d time: bump to version 1.9
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>
2018-03-29 16:06:14 +02:00

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))