bug-mailfromd
Re: [Bug-mailfromd] upgrading from 8 .1x.x to 9.0
>
> > I was thinking of upgrading, are there any specific issues?
>
> Please see
> https://www.gnu.org.ua/software/mailfromd/manual/8170_002d9000.html
>
> > Are there already some 'official' specs for el9?
>
> Not that I know of.
>
I have currently this in my spec
52 DEFAULT_USER=%{userac} DEFAULT_EXPIRE_INTERVAL=604800 DEFAULT_SYSLOG_ASYNC=1 ./configure --prefix=%{_prefix} \
53 --localstatedir=/var/lib \
54 --sysconfdir=/etc/mailfromd \
55 --localstatedir=/var/lib \
56 --enable-syslog-async \
57 --enable-mfmod \
58 --with-gdbm \
59 --with-berkeley-db
But it generates a lot of such messages:
FORTIFY_SOURCE requires compiling with optimization
should I update this configure with some arguments?