0e656cba53
libbsd uses clock_gettime() but doesn't check for it in librt. This causes breakage on old glibc versions (< 2.17). Fixes: http://autobuild.buildroot.net/results/a5b/a5b837d6d02ec96ac53c5b1c531a0c8e7eafeb9a/ Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
17 lines
497 B
Makefile
17 lines
497 B
Makefile
################################################################################
|
|
#
|
|
# libbsd
|
|
#
|
|
################################################################################
|
|
|
|
LIBBSD_VERSION = 0.8.2
|
|
LIBBSD_SOURCE = libbsd-$(LIBBSD_VERSION).tar.xz
|
|
LIBBSD_SITE = http://libbsd.freedesktop.org/releases
|
|
LIBBSD_LICENSE = BSD-3c, MIT
|
|
LIBBSD_LICENSE_FILES = COPYING
|
|
LIBBSD_INSTALL_STAGING = YES
|
|
# For 0001-build-clock_gettime-might-need-librt.patch
|
|
LIBBSD_AUTORECONF = YES
|
|
|
|
$(eval $(autotools-package))
|