Andrew Geissler | 9aee500 | 2022-03-30 16:27:02 +0000 | [diff] [blame] | 1 | From 4e83392e840fa7b05e778710b8c202d102477a13 Mon Sep 17 00:00:00 2001 |
| 2 | From: Hongxu Jia <hongxu.jia@windriver.com> |
| 3 | Date: Mon, 27 Aug 2018 21:24:20 +0800 |
| 4 | Subject: [PATCH] `named/lwresd -V' and start log hide build options |
| 5 | |
| 6 | The build options expose build path directories, so hide them. |
| 7 | [snip] |
| 8 | $ named -V |
| 9 | |built by make with *** (options are hidden) |
| 10 | [snip] |
| 11 | |
| 12 | Upstream-Status: Inappropriate [oe-core specific] |
| 13 | |
| 14 | Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com> |
| 15 | |
| 16 | Refreshed for 9.16.0 |
| 17 | Signed-off-by: Armin Kuster <akuster@mvista.com> |
| 18 | |
| 19 | --- |
| 20 | configure.ac | 2 +- |
| 21 | 1 file changed, 1 insertion(+), 1 deletion(-) |
| 22 | |
| 23 | diff --git a/configure.ac b/configure.ac |
| 24 | index bf20690..c5d330f 100644 |
| 25 | --- a/configure.ac |
| 26 | +++ b/configure.ac |
| 27 | @@ -35,7 +35,7 @@ AC_DEFINE([PACKAGE_VERSION_EXTRA], ["][bind_VERSION_EXTRA]["], [BIND 9 Extra par |
| 28 | AC_DEFINE([PACKAGE_DESCRIPTION], [m4_ifnblank(bind_DESCRIPTION, [" ]bind_DESCRIPTION["], [])], [An extra string to print after PACKAGE_STRING]) |
| 29 | AC_DEFINE([PACKAGE_SRCID], ["][bind_SRCID]["], [A short hash from git]) |
| 30 | |
| 31 | -bind_CONFIGARGS="${ac_configure_args:-default}" |
| 32 | +bind_CONFIGARGS="(removed for reproducibility)" |
| 33 | AC_DEFINE_UNQUOTED([PACKAGE_CONFIGARGS], ["$bind_CONFIGARGS"], [Either 'defaults' or used ./configure options]) |
| 34 | |
| 35 | AC_DEFINE([PACKAGE_BUILDER], ["make"], [make or Visual Studio]) |