diff options
Diffstat (limited to 'package/systemd/systemd-03-fix-no-gtk-doc.patch')
| -rw-r--r-- | package/systemd/systemd-03-fix-no-gtk-doc.patch | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/package/systemd/systemd-03-fix-no-gtk-doc.patch b/package/systemd/systemd-03-fix-no-gtk-doc.patch new file mode 100644 index 0000000000..dc236a727b --- /dev/null +++ b/package/systemd/systemd-03-fix-no-gtk-doc.patch @@ -0,0 +1,23 @@ +Fix deactivation of gtk-doc + +The tarball contains the Makefile for building documentation with gtk-doc, +Unfortunately the AM_CONDITIONAL variable is not the correct one, which +results in an error when running autoreconf. + +This patch fixes this issue. + +Signed-off-by: Eric Le Bihan <eric.le.bihan.dev@free.fr> +--- +Index: systemd-213/docs/gtk-doc.make +=================================================================== +--- systemd-213.orig/docs/gtk-doc.make 2014-02-14 09:27:47.000000000 +0100 ++++ systemd-213/docs/gtk-doc.make 2014-06-04 15:20:11.976845074 +0200 +@@ -267,7 +267,7 @@ + # + # Require gtk-doc when making dist + # +-if HAVE_GTK_DOC ++if ENABLE_GTK_DOC + dist-check-gtkdoc: docs + else + dist-check-gtkdoc: |

