Make the build reproducible
authorReiner Herrmann <reiner@reiner-h.de>
Fri, 18 Jan 2019 20:49:45 +0000 (20:49 +0000)
committerPeter Michael Green <plugwash@raspbian.org>
Fri, 18 Jan 2019 20:49:45 +0000 (20:49 +0000)
Bug-Debian: https://bugs.debian.org/808714
Last-Update: 2016-10-11

Gbp-Pq: Name reproducible-build.patch

CMakeLists.txt

index ae2578e4805d3f52bced0064c09abdaee2c387c9..dfae429daaf0605bfc98d44005f6b7bf6858bfca 100644 (file)
@@ -106,6 +106,7 @@ set(library_sources
   ${contrib_private_headers}
 )
 add_sources(${library_sources})
+list(SORT library_sources)
 
 if(VERBOSE)
        message(STATUS "sources: ${sources}")