summary refs log tree commit diff
path: root/pkgs/development/interpreters/perl/5.16/no-impure-config-time.patch
blob: 1382de70625ecefc030fd5d99dda35b56e5b9aee (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- a/Configure	2014-04-05 20:21:33.714635700 +0200
+++ b/Configure	2014-04-05 20:23:23.377441026 +0200
@@ -3609,6 +3609,8 @@
 
 : who configured the system
 cf_time=`LC_ALL=C; LANGUAGE=C; export LC_ALL; export LANGUAGE; $date 2>&1`
+cf_time='Thu Jan  1 00:00:01 UTC 1970'
+
 case "$cf_by" in
 "")
 	cf_by=`(logname) 2>/dev/null`