Codebase list icebreaker / a3c7a1f
Make build reproducible Reiner Herrmann 2 years ago
2 changed file(s) with 16 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
0 Author: Reiner Herrmann <reiner@reiner-h.de>
1 Description: Generate date with C locale and UTC
2 Forwarded: no
3
4 --- a/Makefile
5 +++ b/Makefile
6 @@ -34,7 +34,7 @@
7 SDL_CFLAGS := $(shell $(PKG_CONFIG) sdl --cflags)
8 SDL_LDFLAGS := $(shell $(PKG_CONFIG) sdl --libs)
9 VERSION := $(shell awk '/^#define VERSION/ { print $$3 }' icebreaker.h)
10 -VERDATE := $(shell date -r icebreaker.h +"%d %B %Y")
11 +VERDATE := $(shell LC_ALL=C date -u -r icebreaker.h +"%d %B %Y")
12
13 WINARCH=i686
14 CROSSTOOLSPATH=/usr/$(WINARCH)-w64-mingw32
11 buildflags.patch
22 pkgconfig.patch
33 desktop.patch
4 reproducible.patch
45 icon-location.patch