diff options
author | David Lamparter <equinox@diac24.net> | 2021-04-19 10:35:53 +0200 |
---|---|---|
committer | David Lamparter <equinox@opensourcerouting.org> | 2021-06-29 17:57:09 +0200 |
commit | ab140d61cdd04db03ef597f645e601429396d3c8 (patch) | |
tree | 0bbb5e5f699942ad63b4e5b4aad74b107f079082 /alpine | |
parent | lib, watchfrr: remove `HAVE_SYSTEMD`, use own code (diff) | |
download | frr-ab140d61cdd04db03ef597f645e601429396d3c8.tar.xz frr-ab140d61cdd04db03ef597f645e601429396d3c8.zip |
build, doc: extricate `--enable-systemd`
Ouch, that is a *lot* of places to update...
Signed-off-by: David Lamparter <equinox@diac24.net>
Diffstat (limited to 'alpine')
-rw-r--r-- | alpine/APKBUILD.in | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/alpine/APKBUILD.in b/alpine/APKBUILD.in index dfedf0b52..e6776cb3a 100644 --- a/alpine/APKBUILD.in +++ b/alpine/APKBUILD.in @@ -41,7 +41,6 @@ build() { --sysconfdir=$_sysconfdir \ --libdir=$_libdir \ --localstatedir=$_localstatedir \ - --enable-systemd=no \ --enable-rpki \ --enable-vtysh \ --enable-multipath=64 \ |