Make the build reproducible
authorReiner Herrmann <reiner@reiner-h.de>
Wed, 12 Oct 2016 23:48:11 +0000 (00:48 +0100)
committerPaul Novotny <paul@paulnovo.us>
Wed, 12 Oct 2016 23:48:11 +0000 (00:48 +0100)
Bug-Debian: https://bugs.debian.org/808714
Last-Update: 2016-10-11

Gbp-Pq: Name reproducible-build.patch

CMakeLists.txt

index 7243d8623e3ba70318f6d6cc69c1a2e17deb1093..79d96b9048d0f6ea79a3da3914ba07d3207dd9f9 100644 (file)
@@ -100,6 +100,7 @@ set(library_sources
   ${contrib_private_headers}
 )
 add_sources(${library_sources})
+list(SORT library_sources)
 
 if(VERBOSE)
        message(STATUS "sources: ${sources}")