forked from pool/guile
c91531aaa7
- updated to 2.0.12: ** FFI: Add support for functions that set 'errno' ** The #!r6rs directive now influences read syntax ** 'read' now accepts "\(" as equivalent to "(" ** SRFI-14 character data set upgraded to Unicode 8.0.0 ** SRFI-19 table of leap seconds updated ** 'string-hash', 'read-string', and 'write' have been optimized ** GOOPS bug fix for inherited accessor methods for complete list of changes see NEWS - refreshed patches - add key of Andy Wingo to guile.keyring OBS-URL: https://build.opensuse.org/request/show/412615 OBS-URL: https://build.opensuse.org/package/show/devel:languages:misc/guile?expand=0&rev=80
27 lines
1.2 KiB
Diff
27 lines
1.2 KiB
Diff
Index: libguile/Makefile.am
|
|
===================================================================
|
|
--- libguile/Makefile.am.orig 2016-07-21 14:25:17.550695136 +0200
|
|
+++ libguile/Makefile.am 2016-07-21 14:25:22.414650084 +0200
|
|
@@ -721,7 +721,7 @@
|
|
>> libpath.tmp
|
|
@echo ' { "LIBS", "@GUILE_LIBS@" }, \' >> libpath.tmp
|
|
@echo ' { "CFLAGS", "@GUILE_CFLAGS@" }, \' >> libpath.tmp
|
|
- @echo ' { "buildstamp", "'`date -u +'%Y-%m-%d %T'`'" }, \' >> libpath.tmp
|
|
+ @echo ' { "buildstamp", "'1970-01-01 00:00:01'" }, \' >> libpath.tmp
|
|
@echo '}' >> libpath.tmp
|
|
$(AM_V_GEN)mv libpath.tmp libpath.h
|
|
|
|
Index: libguile/Makefile.in
|
|
===================================================================
|
|
--- libguile/Makefile.in.orig 2016-07-21 14:25:17.550695136 +0200
|
|
+++ libguile/Makefile.in 2016-07-21 14:25:22.414650084 +0200
|
|
@@ -3732,7 +3732,7 @@
|
|
>> libpath.tmp
|
|
@echo ' { "LIBS", "@GUILE_LIBS@" }, \' >> libpath.tmp
|
|
@echo ' { "CFLAGS", "@GUILE_CFLAGS@" }, \' >> libpath.tmp
|
|
- @echo ' { "buildstamp", "'`date -u +'%Y-%m-%d %T'`'" }, \' >> libpath.tmp
|
|
+ @echo ' { "buildstamp", "'1970-01-01 00:00:02'" }, \' >> libpath.tmp
|
|
@echo '}' >> libpath.tmp
|
|
$(AM_V_GEN)mv libpath.tmp libpath.h
|
|
|