Make the build reproducible
authorReiner Herrmann <reiner@reiner-h.de>
Thu, 26 Aug 2021 22:24:06 +0000 (23:24 +0100)
committerRaspbian forward porter <root@raspbian.org>
Thu, 26 Aug 2021 22:24:06 +0000 (23:24 +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}")