diff options
author | Florian Weimer <fweimer@redhat.com> | 2017-10-05 18:14:27 +0200 |
---|---|---|
committer | Florian Weimer <fweimer@redhat.com> | 2017-10-05 18:14:57 +0200 |
commit | 1e9522c61c7a544d59db32cb7fbbd42e6793d848 (patch) | |
tree | b8c969967d45ab239d496921a03c5743d3f31ad9 /ChangeLog | |
parent | 644d38570a860f3ed7d478c4ed8965a91e4621a1 (diff) | |
download | glibc-1e9522c61c7a544d59db32cb7fbbd42e6793d848.tar glibc-1e9522c61c7a544d59db32cb7fbbd42e6793d848.tar.gz glibc-1e9522c61c7a544d59db32cb7fbbd42e6793d848.tar.bz2 glibc-1e9522c61c7a544d59db32cb7fbbd42e6793d848.zip |
nscd: Eliminate compilation time dependency in the build output
Reviewed-by: Carlos O'Donell <carlos@redhat.com>
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -1,3 +1,14 @@ +2017-10-05 Florian Weimer <fweimer@redhat.com> + + nscd: Eliminate compilation time dependency in the build output. + * nscd/nscd_stat.c (STATDATA_VERSION) + (STATDATA_VERSION_SELINUX_FLAG, STATDATA_VERSION_FLAGS) + (STATDATA_VERSION_FULL): New macro definitions. + (compilation): Remove. + (struct statdata): Adjust version member. + (send_stats): Set version from STATDATA_VERSION_FULL. + (receive_print_stats): Verify version against STATDATA_VERSION_FULL. + 2017-10-05 Joseph Myers <joseph@codesourcery.com> * configure.ac (--enable-add-ons): Remove option. |