7ce61e65265afe8aa1b98e4a00bb92cfb40b9fc8
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / openldap / 0003-disable-docs.patch
1 doc: do not build
2
3 Building the documentation fails on some autobuilders,
4 so disable it as we're not interested in it.
5
6 Fixes:
7     http://autobuild.buildroot.org/results/1dc/1dc17a54e57130bffd19d360c9a7faae440b8916/
8     http://autobuild.buildroot.org/results/407/40797597024cbb9054fdda8bdf4d011bba966b06/
9
10 Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
11
12 diff -durN openldap-2.4.40.orig/Makefile.in openldap-2.4.40/Makefile.in
13 --- openldap-2.4.40.orig/Makefile.in    2014-09-19 03:48:49.000000000 +0200
14 +++ openldap-2.4.40/Makefile.in 2015-01-31 23:12:54.347678913 +0100
15 @@ -13,7 +13,7 @@
16  ## top-level directory of the distribution or, alternatively, at
17  ## <http://www.OpenLDAP.org/license.html>.
18  
19 -SUBDIRS= include libraries clients servers tests doc
20 +SUBDIRS= include libraries clients servers tests
21  CLEANDIRS=
22  INSTALLDIRS= 
23