SHA256
1
0
forked from pool/xemacs

Compare commits

..

2 Commits

Author SHA256 Message Date
Ana Guerrero
2e464db331 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
2024-09-26 16:54:12 +00:00
Dr. Werner Fink
182bd25c3f .
OBS-URL: https://build.opensuse.org/package/show/M17N/xemacs?expand=0&rev=122
2024-09-19 06:10:46 +00:00
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