summary refs log tree commit diff
path: root/pkgs/development/libraries/glibc/2.19/glibc-remove-date-from-compilation-banner.patch
blob: 5d0b1a51762e9bf97c67857d5f7fe410fd5624d9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
diff -ur glibc-2.17.orig/csu/Makefile glibc-2.17/csu/Makefile
--- glibc-2.17.orig/csu/Makefile	2012-12-25 04:02:13.000000000 +0100
+++ glibc-2.17/csu/Makefile	2013-08-19 16:01:57.132378550 +0200
@@ -172,7 +172,7 @@
 		     os=Linux; \
 		   fi; \
 		   printf '"Compiled on a %s %s system on %s.\\n"\n' \
-			  "$$os" "$$version" "`date +%Y-%m-%d`";; \
+			  "$$os" "$$version";; \
 	   *) ;; \
 	 esac; \
 	 files="$(all-Banner-files)";				\