The cirros image was rebuilt against the 3.13.0-83 kernel, drivers e1000e, igbvf...
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / linux-pam / 0002-doc-makefile-am.patch
diff --git a/cirros-testvm/src-cirros/buildroot-2015.05/package/linux-pam/0002-doc-makefile-am.patch b/cirros-testvm/src-cirros/buildroot-2015.05/package/linux-pam/0002-doc-makefile-am.patch
new file mode 100644 (file)
index 0000000..8fa2dda
--- /dev/null
@@ -0,0 +1,31 @@
+Disable generation of documentation
+
+Generation of documentation is not necessary in Buildroot, disable it completely.
+
+Signed-off-by: Dmitry Golubovsky <golubovsky@gmail.com>
+
+diff -urN a/doc/Makefile.am b/doc/Makefile.am
+--- a/doc/Makefile.am  2012-08-15 06:08:43.000000000 -0500
++++ b/doc/Makefile.am  2013-07-17 09:54:53.000000000 -0500
+@@ -2,8 +2,6 @@
+ # Copyright (c) 2005, 2006 Thorsten Kukuk <kukuk@suse.de>
+ #
+-SUBDIRS = man specs sag adg mwg
+-
+ CLEANFILES = *~
+ dist_html_DATA = index.html
+@@ -11,11 +9,4 @@
+ #######################################################
+ releasedocs: all
+-      $(mkinstalldirs) $(top_builddir)/Linux-PAM-$(VERSION)/doc/specs
+-      cp -av specs/draft-morgan-pam-current.txt \
+-              $(top_builddir)/Linux-PAM-$(VERSION)/doc/specs/
+-      cp -av $(srcdir)/specs/rfc86.0.txt \
+-              $(top_builddir)/Linux-PAM-$(VERSION)/doc/specs/
+-      make -C sag releasedocs
+-      make -C adg releasedocs
+-      make -C mwg releasedocs
++      /bin/true