Make the build reproducible
authorReiner Herrmann <reiner@reiner-h.de>
Thu, 14 May 2020 08:29:07 +0000 (09:29 +0100)
committerGianfranco Costamagna <locutusofborg@debian.org>
Thu, 14 May 2020 08:29:07 +0000 (09:29 +0100)
Bug-Debian: https://bugs.debian.org/808714
Last-Update: 2016-10-11

Gbp-Pq: Name reproducible-build.patch

CMakeLists.txt

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