Accepting request 1203771 from M17N

Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/1203771
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/xemacs?expand=0&rev=99
This commit is contained in:
Ana Guerrero 2024-09-26 16:54:12 +00:00 committed by Git OBS Bridge
commit 2e464db331
2 changed files with 6 additions and 1 deletions

View File

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