systemd: disable remote support
This disabled systemd-journal-upload and systemd-journal-remote. We didn't install the unit files anyways, so this was probably not used at all, and currently fails to build due to libmicrohttpd and systemd code being incompatible: ``` ../src/journal-remote/journal-remote-main.c: In function ‘setup_microhttpd_server’: ../src/journal-remote/journal-remote-main.c:431:38: error: passing argument 5 of ‘MHD_start_daemon’ from incompatible pointer type [-Werror=incompatible-pointer-types] ```
This commit is contained in:
parent
33d26f2abb
commit
ae896e090e
@ -1,7 +1,7 @@
|
|||||||
{ stdenv, lib, fetchFromGitHub, fetchpatch, pkgconfig, intltool, gperf, libcap
|
{ stdenv, lib, fetchFromGitHub, fetchpatch, pkgconfig, intltool, gperf, libcap
|
||||||
, curl, kmod, gnupg, gnutar, xz, pam, acl, libuuid, m4, utillinux, libffi
|
, curl, kmod, gnupg, gnutar, xz, pam, acl, libuuid, m4, utillinux, libffi
|
||||||
, glib, kbd, libxslt, coreutils, libgcrypt, libgpgerror, libidn2, libapparmor
|
, glib, kbd, libxslt, coreutils, libgcrypt, libgpgerror, libidn2, libapparmor
|
||||||
, audit, lz4, bzip2, libmicrohttpd, pcre2
|
, audit, lz4, bzip2, pcre2
|
||||||
, linuxHeaders ? stdenv.cc.libc.linuxHeaders
|
, linuxHeaders ? stdenv.cc.libc.linuxHeaders
|
||||||
, iptables, gnu-efi, bashInteractive
|
, iptables, gnu-efi, bashInteractive
|
||||||
, gettext, docbook_xsl, docbook_xml_dtd_42, docbook_xml_dtd_45
|
, gettext, docbook_xsl, docbook_xml_dtd_42, docbook_xml_dtd_45
|
||||||
@ -90,7 +90,7 @@ in stdenv.mkDerivation {
|
|||||||
buildInputs =
|
buildInputs =
|
||||||
[ linuxHeaders libcap curl.dev kmod xz pam acl
|
[ linuxHeaders libcap curl.dev kmod xz pam acl
|
||||||
/* cryptsetup */ libuuid glib libgcrypt libgpgerror libidn2
|
/* cryptsetup */ libuuid glib libgcrypt libgpgerror libidn2
|
||||||
libmicrohttpd pcre2 ] ++
|
pcre2 ] ++
|
||||||
stdenv.lib.optional withKexectools kexectools ++
|
stdenv.lib.optional withKexectools kexectools ++
|
||||||
stdenv.lib.optional withLibseccomp libseccomp ++
|
stdenv.lib.optional withLibseccomp libseccomp ++
|
||||||
[ libffi audit lz4 bzip2 libapparmor
|
[ libffi audit lz4 bzip2 libapparmor
|
||||||
@ -120,6 +120,7 @@ in stdenv.mkDerivation {
|
|||||||
"-Dhostnamed=true"
|
"-Dhostnamed=true"
|
||||||
"-Dnetworkd=true"
|
"-Dnetworkd=true"
|
||||||
"-Dportabled=false"
|
"-Dportabled=false"
|
||||||
|
"-Dremote=false"
|
||||||
"-Dsysusers=false"
|
"-Dsysusers=false"
|
||||||
"-Dtimedated=true"
|
"-Dtimedated=true"
|
||||||
"-Dtimesyncd=true"
|
"-Dtimesyncd=true"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user