diff --git a/xemacs.changes b/xemacs.changes index 13a6aa2..e64c785 100644 --- a/xemacs.changes +++ b/xemacs.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Sep 19 06:10:19 UTC 2024 - Dr. Werner Fink + +- Use -fpermissive as compiler option + ------------------------------------------------------------------- Wed Jul 3 07:21:18 UTC 2024 - Dominique Leuenberger diff --git a/xemacs.spec b/xemacs.spec index e92f844..3095bb9 100644 --- a/xemacs.spec +++ b/xemacs.spec @@ -282,7 +282,7 @@ LIBEXEC=${LIB}/xemacs/${VERSION} MOD=${ARCH}/modules STATE=/var/lib/xemacs MAN=/usr/share/man/man1 - CFLAGS="-Wall ${RPM_OPT_FLAGS} -pipe ${LOOP} -DLDAP_DEPRECATED " + CFLAGS="-Wall ${RPM_OPT_FLAGS} -pipe ${LOOP} -DLDAP_DEPRECATED -fpermissive" %ifarch s390x CFLAGS="$CFLAGS -O1" %endif