hwclock uses fabs and therefore needs libm, otherwise a linking error ocurrs when building with -fno-builtin. --- sys-utils/Makemodule.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-utils/Makemodule.am b/sys-utils/Makemodule.am index 25e1ad7..ef793c1 100644 --- a/sys-utils/Makemodule.am +++ b/sys-utils/Makemodule.am @@ -370,7 +370,7 @@ hwclock_SOURCES = \ if LINUX hwclock_SOURCES += sys-utils/hwclock-rtc.c endif -hwclock_LDADD = $(LDADD) libcommon.la +hwclock_LDADD = $(LDADD) libcommon.la -lm if HAVE_AUDIT hwclock_LDADD += -laudit endif -- 2.2.0 -- To unsubscribe from this list: send the line "unsubscribe util-linux" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html