2012-08-28 14:25:24 +02:00
|
|
|
Index: glibc-2.15.90/nscd/nscd_stat.c
|
2012-04-19 10:18:58 +02:00
|
|
|
===================================================================
|
2012-08-28 14:25:24 +02:00
|
|
|
--- glibc-2.15.90.orig/nscd/nscd_stat.c
|
|
|
|
+++ glibc-2.15.90/nscd/nscd_stat.c
|
|
|
|
@@ -36,8 +36,13 @@
|
2012-04-19 10:18:58 +02:00
|
|
|
#endif /* HAVE_SELINUX */
|
|
|
|
|
|
|
|
|
|
|
|
-/* We use this to make sure the receiver is the same. */
|
|
|
|
+/* We use this to make sure the receiver is the same. Capture mtime
|
|
|
|
+ of this file if possible. */
|
|
|
|
+#if defined(__TIMESTAMP__)
|
|
|
|
+static const char compilation[21] = __TIMESTAMP__;
|
|
|
|
+#else
|
|
|
|
static const char compilation[21] = __DATE__ " " __TIME__;
|
|
|
|
+#endif
|
|
|
|
|
|
|
|
/* Statistic data for one database. */
|
|
|
|
struct dbstat
|
2012-08-28 14:25:24 +02:00
|
|
|
Index: glibc-2.15.90/csu/Makefile
|
2012-04-13 11:37:44 +02:00
|
|
|
===================================================================
|
2012-08-28 14:25:24 +02:00
|
|
|
--- glibc-2.15.90.orig/csu/Makefile
|
|
|
|
+++ glibc-2.15.90/csu/Makefile
|
|
|
|
@@ -171,8 +171,8 @@ $(objpfx)version-info.h: $(common-objpfx
|
2011-12-22 13:50:35 +01:00
|
|
|
if [ -z "$$os" ]; then \
|
|
|
|
os=Linux; \
|
|
|
|
fi; \
|
|
|
|
- printf '"Compiled on a %s %s system on %s.\\n"\n' \
|
|
|
|
- "$$os" "$$version" "`date +%Y-%m-%d`";; \
|
|
|
|
+ printf '"Compiled on a %s %s system.\\n"\n' \
|
|
|
|
+ "$$os" "$$version";; \
|
|
|
|
*) ;; \
|
|
|
|
esac; \
|
|
|
|
files="$(all-Banner-files)"; \
|