From: Baruch Siach Date: Fri, 16 Jun 2017 03:32:52 +0000 (+0300) Subject: swupdate: don't link with librt X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=87f8ff6d2d376fcd7f2a15346d1901f93addf9f1;p=buildroot.git swupdate: don't link with librt 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 --- 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