Hello Gilles,
Noticed an issue with `--libexecdir` setting, not sure in which snapshot it
has been introduced.
According to "configure --help"
--libexecdir=DIR program executables [EPREFIX/libexec]
--sysconfdir=DIR read-only single-machine data [PREFIX/etc]
If I specify in the RPM spec:
%configure \
--sysconfdir=%{_sysconfdir}/opensmtpd \
--libexecdir=%{_libexecdir}/opensmtpd \
I get: `/etc/opensmtpd` as "sysconfdir", and `/usr/libexec/opensmtpd/smtpd`
(instead of the expected `/usr/libexec/opensmtpd`) as "libexecdir".
---
wbr, Denis.