Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
at devShellTools-shell 13 lines 289 B view raw
1diff --git a/Makefile b/Makefile 2index c9c56ec..75654f7 100644 3--- a/Makefile 4+++ b/Makefile 5@@ -29,7 +29,7 @@ CFLAGS += \ 6 -mtune=generic \ 7 -O \ 8 '-DVERSION="$(VERSION)"' \ 9- '-DBUILD_DATE="$(shell date '+%Y%m%d')"' 10+ '-DBUILD_DATE="19700101"' 11 12 ENTITLEMENT_FLAGS = 13