You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

43 lines
1.6 KiB

  1. Don't check xsltproc manpages
  2. Signed-off-by: Bian Naimeng <biannm@cn.fujitsu.com>
  3. Index: samba-4.4.2/lib/ldb/wscript
  4. ===================================================================
  5. --- samba-4.4.2.orig/lib/ldb/wscript
  6. +++ samba-4.4.2/lib/ldb/wscript
  7. @@ -65,7 +65,7 @@ def configure(conf):
  8. conf.define('USING_SYSTEM_LDB', 1)
  9. if conf.env.standalone_ldb:
  10. - conf.CHECK_XSLTPROC_MANPAGES()
  11. + #conf.CHECK_XSLTPROC_MANPAGES()
  12. # we need this for the ldap backend
  13. if conf.CHECK_FUNCS_IN('ber_flush ldap_open ldap_initialize', 'lber ldap', headers='lber.h ldap.h'):
  14. Index: samba-4.4.2/lib/talloc/wscript
  15. ===================================================================
  16. --- samba-4.4.2.orig/lib/talloc/wscript
  17. +++ samba-4.4.2/lib/talloc/wscript
  18. @@ -56,7 +56,7 @@ def configure(conf):
  19. if conf.env.standalone_talloc:
  20. conf.env.TALLOC_COMPAT1 = Options.options.TALLOC_COMPAT1
  21. - conf.CHECK_XSLTPROC_MANPAGES()
  22. + #conf.CHECK_XSLTPROC_MANPAGES()
  23. if not conf.env.disable_python:
  24. # also disable if we don't have the python libs installed
  25. Index: samba-4.4.2/lib/tdb/wscript
  26. ===================================================================
  27. --- samba-4.4.2.orig/lib/tdb/wscript
  28. +++ samba-4.4.2/lib/tdb/wscript
  29. @@ -92,7 +92,7 @@ def configure(conf):
  30. not conf.env.disable_tdb_mutex_locking):
  31. conf.define('USE_TDB_MUTEX_LOCKING', 1)
  32. - conf.CHECK_XSLTPROC_MANPAGES()
  33. + #conf.CHECK_XSLTPROC_MANPAGES()
  34. if not conf.env.disable_python:
  35. # also disable if we don't have the python libs installed