diff options
author | Yann E. MORIN <yann.morin.1998@free.fr> | 2015-01-31 23:16:20 +0100 |
---|---|---|
committer | Peter Korsgaard <peter@korsgaard.com> | 2015-01-31 23:19:06 +0100 |
commit | c4c9225d654bbe4f8c189590b42ccf18f66d9360 (patch) | |
tree | d49df5baade93dd9c656902a0b1309e98d03281d /package/openldap/0003-disable-docs.patch | |
parent | f5666a72da31e1ab22f16af8bc8e70c172ce7598 (diff) | |
download | buildroot-c4c9225d654bbe4f8c189590b42ccf18f66d9360.tar.gz buildroot-c4c9225d654bbe4f8c189590b42ccf18f66d9360.zip |
package/openldap: do not build the doc
Building the documentation fails on some autobuilders,
so disable it as we're not interested in it.
Fixes:
http://autobuild.buildroot.org/results/1dc/1dc17a54e57130bffd19d360c9a7faae440b8916/
http://autobuild.buildroot.org/results/407/40797597024cbb9054fdda8bdf4d011bba966b06/
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/openldap/0003-disable-docs.patch')
-rw-r--r-- | package/openldap/0003-disable-docs.patch | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/package/openldap/0003-disable-docs.patch b/package/openldap/0003-disable-docs.patch new file mode 100644 index 0000000000..7ce61e6526 --- /dev/null +++ b/package/openldap/0003-disable-docs.patch @@ -0,0 +1,23 @@ +doc: do not build + +Building the documentation fails on some autobuilders, +so disable it as we're not interested in it. + +Fixes: + http://autobuild.buildroot.org/results/1dc/1dc17a54e57130bffd19d360c9a7faae440b8916/ + http://autobuild.buildroot.org/results/407/40797597024cbb9054fdda8bdf4d011bba966b06/ + +Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> + +diff -durN openldap-2.4.40.orig/Makefile.in openldap-2.4.40/Makefile.in +--- openldap-2.4.40.orig/Makefile.in 2014-09-19 03:48:49.000000000 +0200 ++++ openldap-2.4.40/Makefile.in 2015-01-31 23:12:54.347678913 +0100 +@@ -13,7 +13,7 @@ + ## top-level directory of the distribution or, alternatively, at + ## <http://www.OpenLDAP.org/license.html>. + +-SUBDIRS= include libraries clients servers tests doc ++SUBDIRS= include libraries clients servers tests + CLEANDIRS= + INSTALLDIRS= + |