diff options
Diffstat (limited to 'meta-networking/recipes-connectivity/samba/samba-4.4.2/16-do-not-check-xsltproc-manpages.patch')
-rw-r--r-- | meta-networking/recipes-connectivity/samba/samba-4.4.2/16-do-not-check-xsltproc-manpages.patch | 43 |
1 files changed, 43 insertions, 0 deletions
diff --git a/meta-networking/recipes-connectivity/samba/samba-4.4.2/16-do-not-check-xsltproc-manpages.patch b/meta-networking/recipes-connectivity/samba/samba-4.4.2/16-do-not-check-xsltproc-manpages.patch new file mode 100644 index 0000000000..c37cfcde44 --- /dev/null +++ b/meta-networking/recipes-connectivity/samba/samba-4.4.2/16-do-not-check-xsltproc-manpages.patch | |||
@@ -0,0 +1,43 @@ | |||
1 | Don't check xsltproc manpages | ||
2 | |||
3 | Signed-off-by: Bian Naimeng <biannm@cn.fujitsu.com> | ||
4 | |||
5 | Index: samba-4.4.2/lib/ldb/wscript | ||
6 | =================================================================== | ||
7 | --- samba-4.4.2.orig/lib/ldb/wscript | ||
8 | +++ samba-4.4.2/lib/ldb/wscript | ||
9 | @@ -65,7 +65,7 @@ def configure(conf): | ||
10 | conf.define('USING_SYSTEM_LDB', 1) | ||
11 | |||
12 | if conf.env.standalone_ldb: | ||
13 | - conf.CHECK_XSLTPROC_MANPAGES() | ||
14 | + #conf.CHECK_XSLTPROC_MANPAGES() | ||
15 | |||
16 | # we need this for the ldap backend | ||
17 | if conf.CHECK_FUNCS_IN('ber_flush ldap_open ldap_initialize', 'lber ldap', headers='lber.h ldap.h'): | ||
18 | Index: samba-4.4.2/lib/talloc/wscript | ||
19 | =================================================================== | ||
20 | --- samba-4.4.2.orig/lib/talloc/wscript | ||
21 | +++ samba-4.4.2/lib/talloc/wscript | ||
22 | @@ -56,7 +56,7 @@ def configure(conf): | ||
23 | if conf.env.standalone_talloc: | ||
24 | conf.env.TALLOC_COMPAT1 = Options.options.TALLOC_COMPAT1 | ||
25 | |||
26 | - conf.CHECK_XSLTPROC_MANPAGES() | ||
27 | + #conf.CHECK_XSLTPROC_MANPAGES() | ||
28 | |||
29 | if not conf.env.disable_python: | ||
30 | # also disable if we don't have the python libs installed | ||
31 | Index: samba-4.4.2/lib/tdb/wscript | ||
32 | =================================================================== | ||
33 | --- samba-4.4.2.orig/lib/tdb/wscript | ||
34 | +++ samba-4.4.2/lib/tdb/wscript | ||
35 | @@ -92,7 +92,7 @@ def configure(conf): | ||
36 | not conf.env.disable_tdb_mutex_locking): | ||
37 | conf.define('USE_TDB_MUTEX_LOCKING', 1) | ||
38 | |||
39 | - conf.CHECK_XSLTPROC_MANPAGES() | ||
40 | + #conf.CHECK_XSLTPROC_MANPAGES() | ||
41 | |||
42 | if not conf.env.disable_python: | ||
43 | # also disable if we don't have the python libs installed | ||