From 87f8ff6d2d376fcd7f2a15346d1901f93addf9f1 Mon Sep 17 00:00:00 2001 From: Baruch Siach Date: Fri, 16 Jun 2017 06:32:52 +0300 Subject: [PATCH] swupdate: don't link with librt MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Buildroot no longer supports toolchains with glibc older than 2.17, so there is no need to link with librt for clock_* system calls. Cc: Jörg Krause Signed-off-by: Baruch Siach Reviewed-by: "Yann E. MORIN" Signed-off-by: Thomas Petazzoni --- package/swupdate/swupdate.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/swupdate/swupdate.config b/package/swupdate/swupdate.config index 643347013d..51869bb9d9 100644 --- a/package/swupdate/swupdate.config +++ b/package/swupdate/swupdate.config @@ -26,7 +26,7 @@ CONFIG_CROSS_COMPILE="" CONFIG_SYSROOT="" CONFIG_EXTRA_CFLAGS="" CONFIG_EXTRA_LDFLAGS="" -CONFIG_EXTRA_LDLIBS="rt" +CONFIG_EXTRA_LDLIBS="" # # Debugging Options