Skip to content
Snippets Groups Projects
Commit c7628ec6 authored by Mathieu Parent's avatar Mathieu Parent
Browse files

Drop xsltproc_dont_build_smb.conf.5.patch, as #750593 is marked fixed (Closes: #776223)

parent 43dc188a
No related branches found
No related tags found
No related merge requests found
......@@ -6,7 +6,6 @@ smbclient-pager.patch
usershare.patch
VERSION.patch
add-so-version-to-private-libraries
xsltproc_dont_build_smb.conf.5.patch
heimdal-rfc3454.txt
no_build_env.patch
no_build_system.patch
......
Description: Don't build smb.conf.5 manpage
This is a temporary workaround for a bug in xsltproc, which crashes on some
architectures when building the smb.conf.5 manpage
Author: Ivo De Decker <ivo.dedecker@ugent.be>
Bug-Debian: http://bugs.debian.org/750593
Forwarded: not-needed
Index: samba/docs-xml/wscript_build
===================================================================
--- samba.orig/docs-xml/wscript_build
+++ samba/docs-xml/wscript_build
@@ -133,7 +133,7 @@ def SMBDOTCONF_MANPAGE(bld, target):
if ('XSLTPROC_MANPAGES' in bld.env and bld.env['XSLTPROC_MANPAGES']):
- SMBDOTCONF_MANPAGE(bld, 'manpages/smb.conf.5')
+ #SMBDOTCONF_MANPAGE(bld, 'manpages/smb.conf.5')
bld.SAMBAMANPAGES(manpages)
if bld.CONFIG_SET('WITH_PAM_MODULES') and bld.CONFIG_SET('HAVE_PAM_START'):
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment