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 Feb 4, 2025
1 parent 2519242 commit 0c0a27a
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"
"--with-subid"
"--with-passkey"
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 @@ -544,7 +544,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 %{build_subid}
--with-subid \
Expand Down

0 comments on commit 0c0a27a

Please sign in to comment.