summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTakashi Iwai <tiwai@suse.de>2015-07-27 11:25:53 +0200
committerTakashi Iwai <tiwai@suse.de>2015-07-27 11:25:53 +0200
commit5c55535e4918745341656cabe25de757cf2e7b7c (patch)
tree340c277a2d552d9661de184fbed89a5c62cf61bd
parent059efe32c404e46e391a94815e0924e00414a3b5 (diff)
downloadalsa-driver-build-unstable-5c55535e4918745341656cabe25de757cf2e7b7c.tar.gz
Drop date from the version proc output
The recent kernel complains and aborts the build if __DATE__ is included. error: macro "__DATE__" might prevent reproducible builds [-Werror=date-time] Signed-off-by: Takashi Iwai <tiwai@suse.de>
-rw-r--r--alsa/acore/info.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/alsa/acore/info.patch b/alsa/acore/info.patch
index 03b279103..6fb5dbd59 100644
--- a/alsa/acore/info.patch
+++ b/alsa/acore/info.patch
@@ -1,5 +1,5 @@
--- ../alsa-kernel/core/info.c 2015-05-18 11:26:57.088632828 +0200
-+++ info.c 2015-05-19 13:16:49.230323229 +0200
++++ info.c 2015-07-27 11:25:20.937536665 +0200
@@ -1,3 +1,7 @@
+#define __NO_VERSION__
+#include "adriver.h"
@@ -206,7 +206,7 @@
- init_utsname()->release);
+ "Advanced Linux Sound Architecture Driver Version "
+ CONFIG_SND_VERSION ".\n"
-+ "Compiled on " __DATE__ " for kernel %s"
++ "Compiled for kernel %s"
+#ifdef CONFIG_SMP
+ " (SMP)"
+#endif