]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
Revert "README: document that gperf 3.1 is required for building now" (#6541)
authorMike Gilbert <floppymaster@gmail.com>
Sat, 5 Aug 2017 22:30:37 +0000 (18:30 -0400)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Sat, 5 Aug 2017 22:30:37 +0000 (18:30 -0400)
This reverts commit 4f5e972279d9ee6192930a0392f49cae9ad45daa.

Building with gperf 3.0 works just fine; we had an autoconf check to
determine the correct data types, and this check was ported to meson.

NEWS
README

diff --git a/NEWS b/NEWS
index 199b020d8b2f4cc838e600e1ae5780374d9f702a..60758b5dcbcb62553ab5e92c247780a49671875d 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -143,9 +143,6 @@ CHANGES WITH 234:
 
 CHANGES WITH 233:
 
-        * This version requires at least gperf 3.1 for building, 3.0 is not
-          sufficient.
-
         * The "hybrid" control group mode has been modified to improve
           compatibility with "legacy" cgroups-v1 setups. Specifically, the
           "hybrid" setup of /sys/fs/cgroup is now pretty much identical to
diff --git a/README b/README
index bf010f8acf253aff697cb8466ca36a99020d6c30..5ebaf95796c2752c9c39c412a38dabf73860f3f1 100644 (file)
--- a/README
+++ b/README
@@ -151,7 +151,7 @@ REQUIREMENTS:
         libidn2 or libidn (optional)
         elfutils >= 158 (optional)
         pkg-config
-        gperf >= 3.1
+        gperf
         docbook-xsl (optional, required for documentation)
         xsltproc    (optional, required for documentation)
         python-lxml (optional, required to build the indices)