dd8e04a732
Buildroot no longer supports toolchains with glibc older than 2.17, so there is no need to check whether librt is required for clock_* system calls. Cc: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Baruch Siach <baruch@tkos.co.il> Reviewed-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
17 lines
535 B
Makefile
17 lines
535 B
Makefile
################################################################################
|
|
#
|
|
# liboping
|
|
#
|
|
################################################################################
|
|
|
|
LIBOPING_VERSION = 1.9.0
|
|
LIBOPING_SITE = http://noping.cc/files
|
|
LIBOPING_SOURCE = liboping-$(LIBOPING_VERSION).tar.bz2
|
|
LIBOPING_INSTALL_STAGING = YES
|
|
LIBOPING_DEPENDENCIES = $(if $(BR2_PACKAGE_NCURSES),ncurses)
|
|
LIBOPING_CONF_OPTS = --without-perl-bindings
|
|
LIBOPING_LICENSE = LGPL-2.1+, GPL-2.0
|
|
LIBOPING_LICENSE_FILES = COPYING
|
|
|
|
$(eval $(autotools-package))
|