Source: rawtherapee
Version: 5.4-1
Severity: wishlist
Tags: patch
User: [email protected]
Usertags: buildpath
X-Debbugs-Cc: [email protected]
Hi,
Whilst working on the Reproducible Builds effort [0], we noticed
that rawtherapee could not be built reproducibly.
This is because it ships a file containing, inter alia, the build flags
used when compiling. We need to ship this file for the splash screen so
a patch is attached that simply removes this field.
[0] https://reproducible-builds.org/
Regards,
--
,''`.
: :' : Chris Lamb
`. `'` [email protected] / chris-lamb.co.uk
`-
diff --git a/AboutThisBuild.txt.in b/AboutThisBuild.txt.in
index f48d39b..e6a49a8 100644
--- a/AboutThisBuild.txt.in
+++ b/AboutThisBuild.txt.in
@@ -9,7 +9,6 @@ Bit depth: ${PROC_BIT_DEPTH}
Gtkmm: V${GTKMM_VERSION}
Lensfun: V${LENSFUN_VERSION}
Build type: ${BUILD_TYPE}
-Build flags: ${CXX_FLAGS}
Link flags: ${LFLAGS}
OpenMP support: ${OPTION_OMP}
MMAP support: ${WITH_MYFILE_MMAP}