Skip to content

Commit

Permalink
fix #5798:
Browse files Browse the repository at this point in the history
apply patch for reproducible builds
  • Loading branch information
abma committed Oct 5, 2017
1 parent b6a8eb0 commit 68227f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cont/base/CMakeLists.txt
Expand Up @@ -18,7 +18,7 @@ MACRO(CreateBaseContentArchive outputdir filename files)
set(outputfile "${Spring_BINARY_DIR}/${outputdir}/${filename}")
add_custom_command(
OUTPUT "${outputfile}"
COMMAND ${SEVENZIP_BIN} a -tzip ${outputfile} ${files} ${QUIET}
COMMAND env TZ=UTC ${SEVENZIP_BIN} a -tzip ${outputfile} ${files} ${QUIET}
WORKING_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}/
COMMENT "Creating ${outputfile}"
DEPENDS ${files}
Expand Down

0 comments on commit 68227f1

Please sign in to comment.