libgit2/debian/patches/enable-repro-builds.patch
2022-05-05 11:20:44 +00:00

15 lines
440 B
Diff

Description: Enable reproducible builds by default.
Author: Utkarsh Gupta <utkarsh@debian.org>
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -54,7 +54,7 @@
option(USE_NTLMCLIENT "Enable NTLM support on Unix." ON)
endif()
- option(ENABLE_REPRODUCIBLE_BUILDS "Enable reproducible builds" OFF)
+ option(ENABLE_REPRODUCIBLE_BUILDS "Enable reproducible builds" ON)
endif()
if(APPLE)