blob: db598a88cb7d641626dc723c621191bf1bcf84f7 [file] [log] [blame]
Andrew Geissler748a4832020-07-24 16:24:21 -05001configure.ac: override CONFIGURE_LINE
2
3For reproducible binaries, we need to report a constant CONFIGURE_LINE.
4This patched is only applied for such builds.
5
6Upstream-Status: Inappropriate [oe specific]
7
8Signed-off-by: Joe Slater <joe.slater@windriver.com>
9
10
11--- git.orig/configure.ac
12+++ git/configure.ac
13@@ -15,7 +15,10 @@ AC_PREREQ(2.69)
14 ################################################################################
15 dnl -- Process this file with autoconf to produce a configure script.
16 AC_INIT
17-CONFIGURE_LINE="$0 $@"
18+dnl The default CONFIGURE_LINE has been overridden for reproducible binaries
19+dnl CONFIGURE_LINE="$0 $@"
20+CONFIGURE_LINE="configure parameters are not available for reproducible builds"
21+
22 AC_CONFIG_SRCDIR([lib/device/dev-cache.h])
23 AC_CONFIG_HEADERS([include/configure.h])
24