From: Paul Eggert Date: Wed, 21 Nov 2018 17:12:33 +0000 (-0800) Subject: mktime: add libc-config dependency X-Git-Tag: v1.0~5295 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=910c5060dedb5abaed8e76bfd467dbf17b6ea019;p=thirdparty%2Fgnulib.git mktime: add libc-config dependency I missed this when we synced from glibc. * modules/mktime (Depends-on): Add libc-config. --- diff --git a/ChangeLog b/ChangeLog index 79f237fe63..15630fe230 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2018-11-21 Paul Eggert + + mktime: add libc-config dependency + I missed this when we synced from glibc. + * modules/mktime (Depends-on): Add libc-config. + 2018-11-13 Paul Eggert longlong: fix comment typo 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]