diff options
Diffstat (limited to 'meta/recipes-connectivity/bind/bind-9.16.26/0001-named-lwresd-V-and-start-log-hide-build-options.patch')
-rw-r--r-- | meta/recipes-connectivity/bind/bind-9.16.26/0001-named-lwresd-V-and-start-log-hide-build-options.patch | 37 |
1 files changed, 0 insertions, 37 deletions
diff --git a/meta/recipes-connectivity/bind/bind-9.16.26/0001-named-lwresd-V-and-start-log-hide-build-options.patch b/meta/recipes-connectivity/bind/bind-9.16.26/0001-named-lwresd-V-and-start-log-hide-build-options.patch deleted file mode 100644 index 4dc6a5a2ae..0000000000 --- a/meta/recipes-connectivity/bind/bind-9.16.26/0001-named-lwresd-V-and-start-log-hide-build-options.patch +++ /dev/null | |||
@@ -1,37 +0,0 @@ | |||
1 | From f5761bbaf743d291f3e7e859e69ebe61a1718cbf 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 | bin/named/include/named/globals.h | 2 +- | ||
20 | 1 file changed, 1 insertion(+), 1 deletion(-) | ||
21 | |||
22 | diff --git a/bin/named/include/named/globals.h b/bin/named/include/named/globals.h | ||
23 | index 0572154..3147e04 100644 | ||
24 | --- a/bin/named/include/named/globals.h | ||
25 | +++ b/bin/named/include/named/globals.h | ||
26 | @@ -69,7 +69,7 @@ EXTERN const char *named_g_version INIT(VERSION); | ||
27 | EXTERN const char *named_g_product INIT(PRODUCT); | ||
28 | EXTERN const char *named_g_description INIT(DESCRIPTION); | ||
29 | EXTERN const char *named_g_srcid INIT(SRCID); | ||
30 | -EXTERN const char *named_g_configargs INIT(CONFIGARGS); | ||
31 | +EXTERN const char *named_g_configargs INIT("*** (options are hidden)"); | ||
32 | EXTERN const char *named_g_builder INIT(BUILDER); | ||
33 | EXTERN in_port_t named_g_port INIT(0); | ||
34 | EXTERN isc_dscp_t named_g_dscp INIT(-1); | ||
35 | -- | ||
36 | 2.20.1 | ||
37 | |||