Don't check xsltproc manpages Signed-off-by: Bian Naimeng diff -Nurp samba-4.1.12.orig/lib/ldb/wscript samba-4.1.12/lib/ldb/wscript --- samba-4.1.12.orig/lib/ldb/wscript 2014-07-28 16:13:45.000000000 +0900 +++ samba-4.1.12/lib/ldb/wscript 2015-04-23 17:08:45.277000225 +0900 @@ -56,7 +56,7 @@ def configure(conf): conf.define('USING_SYSTEM_PYLDB_UTIL', 1) if conf.env.standalone_ldb: - conf.CHECK_XSLTPROC_MANPAGES() + #conf.CHECK_XSLTPROC_MANPAGES() # we need this for the ldap backend if conf.CHECK_FUNCS_IN('ber_flush ldap_open ldap_initialize', 'lber ldap', headers='lber.h ldap.h'): diff -Nurp samba-4.1.12.orig/lib/ntdb/wscript samba-4.1.12/lib/ntdb/wscript --- samba-4.1.12.orig/lib/ntdb/wscript 2013-12-05 18:16:48.000000000 +0900 +++ samba-4.1.12/lib/ntdb/wscript 2015-04-23 17:09:17.680000274 +0900 @@ -121,7 +121,7 @@ def configure(conf): Logs.warn('Disabling pyntdb as python devel libs not found') conf.env.disable_python = True - conf.CHECK_XSLTPROC_MANPAGES() + #conf.CHECK_XSLTPROC_MANPAGES() # This make #include work. conf.ADD_EXTRA_INCLUDES('''#lib''') diff -Nurp samba-4.1.12.orig/lib/talloc/wscript samba-4.1.12/lib/talloc/wscript --- samba-4.1.12.orig/lib/talloc/wscript 2013-12-05 18:16:48.000000000 +0900 +++ samba-4.1.12/lib/talloc/wscript 2015-04-23 17:08:21.781000339 +0900 @@ -55,7 +55,7 @@ def configure(conf): if conf.env.standalone_talloc: conf.env.TALLOC_COMPAT1 = Options.options.TALLOC_COMPAT1 - conf.CHECK_XSLTPROC_MANPAGES() + #conf.CHECK_XSLTPROC_MANPAGES() if not conf.env.disable_python: # also disable if we don't have the python libs installed diff -Nurp samba-4.1.12.orig/lib/tdb/wscript samba-4.1.12/lib/tdb/wscript --- samba-4.1.12.orig/lib/tdb/wscript 2013-12-05 18:16:48.000000000 +0900 +++ samba-4.1.12/lib/tdb/wscript 2015-04-23 17:09:02.538000343 +0900 @@ -43,7 +43,7 @@ def configure(conf): conf.env.disable_python = getattr(Options.options, 'disable_python', False) - conf.CHECK_XSLTPROC_MANPAGES() + #conf.CHECK_XSLTPROC_MANPAGES() if not conf.env.disable_python: # also disable if we don't have the python libs installed