From dc4d49e88a2d17cf51e79bc2fc41627894f3a9eb Mon Sep 17 00:00:00 2001 From: Alexey Tikhonov Date: Wed, 29 May 2024 19:13:39 +0200 Subject: [PATCH] SPEC: build '--with-syslog=stderr' --- contrib/ci/configure.sh | 2 +- contrib/fedora/bashrc_sssd | 2 +- contrib/sssd.spec.in | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/contrib/ci/configure.sh b/contrib/ci/configure.sh index e7cc3af23a..ebc82f4701 100644 --- a/contrib/ci/configure.sh +++ b/contrib/ci/configure.sh @@ -28,7 +28,7 @@ declare -a CONFIGURE_ARG_LIST=( "--disable-static" "--enable-ldb-version-check" "--with-initscript=sysv" - "--with-syslog=syslog" + "--with-syslog=stderr" "--enable-systemtap" ) diff --git a/contrib/fedora/bashrc_sssd b/contrib/fedora/bashrc_sssd index 06d585c249..1ff35ca2bd 100644 --- a/contrib/fedora/bashrc_sssd +++ b/contrib/fedora/bashrc_sssd @@ -47,7 +47,7 @@ fedconfig() --enable-systemtap \ --with-krb5-rcache-dir=/var/cache/krb5rcache \ --with-initscript=systemd \ - --with-syslog=journald \ + --with-syslog=stderr \ --with-test-dir=/dev/shm \ --cache-file=/tmp/fedconfig.cache \ --with-passkey \ diff --git a/contrib/sssd.spec.in b/contrib/sssd.spec.in index 3141c5f7d2..6cf8f58882 100644 --- a/contrib/sssd.spec.in +++ b/contrib/sssd.spec.in @@ -583,7 +583,7 @@ autoreconf -ivf --with-pipe-path=%{pipepath} \ --with-pubconf-path=%{pubconfpath} \ --with-sssd-user=%{sssd_user} \ - --with-syslog=syslog \ + --with-syslog=stderr \ --with-test-dir=/dev/shm \ %if 0%{?rhel} == 9 --with-libsifp \