Skip to content

Commit

Permalink
SPEC: build '--with-syslog=stderr'
Browse files Browse the repository at this point in the history
  • Loading branch information
alexey-tikhonov committed Oct 25, 2024
1 parent 1e7ef28 commit dc4d49e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion contrib/ci/configure.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
)

Expand Down
2 changes: 1 addition & 1 deletion contrib/fedora/bashrc_sssd
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down
2 changes: 1 addition & 1 deletion contrib/sssd.spec.in
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit dc4d49e

Please sign in to comment.