diff options
| author | Eric Le Bihan <eric.le.bihan.dev@free.fr> | 2014-06-04 23:40:49 +0200 |
|---|---|---|
| committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2014-06-08 15:24:12 +0200 |
| commit | 7144f2f04b705538a893e538a6b851f536f433b6 (patch) | |
| tree | 7e6d18826939f5cdcd104d06e997661f2d9d6ad0 /package/systemd/systemd-03-fix-no-gtk-doc.patch | |
| parent | 70740ddc0a3bbf9a6fd54a9e2799d30cdd0dc101 (diff) | |
| download | buildroot-7144f2f04b705538a893e538a6b851f536f433b6.tar.gz buildroot-7144f2f04b705538a893e538a6b851f536f433b6.zip | |
systemd: bump to v213
This patch bumps systemd to v213.
This new version introduces systemd-timesyncd, a SNTP daemon. This
feature can be enabled if systemd-networkd is selected via the
configuration menu. It is a simple alternative to ntpd, useful for
machines without a RTC.
The patch for reverting the use of --relative option when calling `ln`
has been refreshed, as the configure script now checks if `ln` supports
the --relative option and fails if it does not.
Another patch for the proper deactivation of gtk-doc has been added.
All these steps now require an autoreconf.
Signed-off-by: Eric Le Bihan <eric.le.bihan.dev@free.fr>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
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: |

