From 910c5060dedb5abaed8e76bfd467dbf17b6ea019 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Wed, 21 Nov 2018 09:12:33 -0800 Subject: mktime: add libc-config dependency I missed this when we synced from glibc. * modules/mktime (Depends-on): Add libc-config. --- modules/mktime | 1 + 1 file changed, 1 insertion(+) (limited to 'modules/mktime') diff --git a/modules/mktime b/modules/mktime index f08c5b14c3..17ed3cd781 100644 --- a/modules/mktime +++ b/modules/mktime @@ -10,6 +10,7 @@ Depends-on: time multiarch intprops [test $REPLACE_MKTIME = 1] +libc-config [test $REPLACE_MKTIME = 1] stdbool [test $REPLACE_MKTIME = 1] time_r [test $REPLACE_MKTIME = 1] verify [test $REPLACE_MKTIME = 1] -- cgit v1.2.1