forked from pool/glibc
Accepting request 114555 from home:a_jaeger:my-factory-packages
Optimize build. OBS-URL: https://build.opensuse.org/request/show/114555 OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=169
This commit is contained in:
@@ -1,3 +1,23 @@
|
||||
Index: glibc-2.15/nscd/nscd_stat.c
|
||||
===================================================================
|
||||
--- glibc-2.15/nscd/nscd_stat.c.orig 2010-01-18 18:01:41.000000000 +0100
|
||||
+++ glibc-2.15/nscd/nscd_stat.c 2010-02-14 15:02:41.000000000 +0100
|
||||
@@ -37,8 +37,13 @@
|
||||
#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
|
||||
|
||||
Index: glibc-2.15/csu/Makefile
|
||||
===================================================================
|
||||
--- glibc-2.15.orig/csu/Makefile
|
||||
|
Reference in New Issue
Block a user