summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog6
-rw-r--r--modules/mktime1
2 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 79f237fe63..15630fe230 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2018-11-21 Paul Eggert <eggert@cs.ucla.edu>
+
+ 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 <eggert@cs.ucla.edu>
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]