summaryrefslogtreecommitdiff
path: root/config_host
diff options
context:
space:
mode:
authorThorsten Behrens <thorsten.behrens@allotropia.de>2023-11-05 00:34:46 +0100
committerThorsten Behrens <thorsten.behrens@allotropia.de>2023-11-05 21:25:18 +0100
commit389def871853c885289627452f40b3ae0a8dabc8 (patch)
tree00f870253a2ab65adca65680a8116150d1f3eb8b /config_host
parentd2b0c48ca0f0ba8ef3049ebcd5f93ae420c22c46 (diff)
reprobuild: don't include build machine setup in binaries
The configure line can leak data from the building machine (path names, level of parallelism etc), which leads to non-reproducible build results. Change-Id: I042afc3d7bad19e8e274147be2a9eb0abcf5436e Reviewed-on: https://gerrit.libreoffice.org/c/core/+/158871 Tested-by: Jenkins Reviewed-by: Thorsten Behrens <thorsten.behrens@allotropia.de>
Diffstat (limited to 'config_host')
-rw-r--r--config_host/config_buildconfig.h.in8
1 files changed, 0 insertions, 8 deletions
diff --git a/config_host/config_buildconfig.h.in b/config_host/config_buildconfig.h.in
deleted file mode 100644
index 0c93d6e02f84..000000000000
--- a/config_host/config_buildconfig.h.in
+++ /dev/null
@@ -1,8 +0,0 @@
-/* Options passed to configure script */
-
-#ifndef CONFIG_BUILDCONFIG_H
-#define CONFIG_BUILDCONFIG_H
-
-#define BUILDCONFIG ""
-
-#endif