Compare commits

..

No commits in common. "factory" and "devel" have entirely different histories.

2 changed files with 1 additions and 6 deletions

View File

@ -1,8 +1,3 @@
-------------------------------------------------------------------
Thu Sep 19 06:10:19 UTC 2024 - Dr. Werner Fink <werner@suse.de>
- Use -fpermissive as compiler option
-------------------------------------------------------------------
Wed Jul 3 07:21:18 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>

View File

@ -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 -fpermissive"
CFLAGS="-Wall ${RPM_OPT_FLAGS} -pipe ${LOOP} -DLDAP_DEPRECATED "
%ifarch s390x
CFLAGS="$CFLAGS -O1"
%endif