Source: log4cxx Version: 0.10.0-13 Severity: wishlist Tags: patch User: reproducible-bui...@lists.alioth.debian.org Usertags: environment X-Debbugs-Cc: reproducible-b...@lists.alioth.debian.org
Hi, Whilst working on the Reproducible Builds effort [0], we noticed that log4cxx could not be built reproducibly. This is because it includes a bunch of .o files as well as autotools script wrappers that encode CFLAGS etc. etc. Patch attached. [0] https://reproducible-builds.org/ Regards, -- ,''`. : :' : Chris Lamb `. `'` la...@debian.org / chris-lamb.co.uk `-
--- a/debian/liblog4cxx-dev.examples 2018-06-15 16:30:43.879749260 +0200 --- b/debian/liblog4cxx-dev.examples 2018-06-15 16:51:13.503440080 +0200 @@ -1 +1,2 @@ -src/examples/cpp/* +src/examples/cpp/*.cpp +src/examples/cpp/Makefile.am