Cope with autoconf rollback

This commit is contained in:
Robbie Harwood 2021-02-05 15:33:20 -05:00
parent d5839d0511
commit 90bc2e25b3

View File

@ -251,6 +251,9 @@ sed -i -e s,7778,`expr "$PORT" + 1`,g $cfg
source %{_libdir}/tclConfig.sh
pushd src
# This should be safe to remove once we have autoconf >= 2.70
export runstatedir=/run
# Work out the CFLAGS and CPPFLAGS which we intend to use.
INCLUDES=-I%{_includedir}/et
CFLAGS="`echo $RPM_OPT_FLAGS $DEFINES $INCLUDES -fPIC -fno-strict-aliasing -fstack-protector-all`"