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:
commit
2e464db331
@ -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>
|
Wed Jul 3 07:21:18 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||||
|
|
||||||
|
@ -282,7 +282,7 @@ LIBEXEC=${LIB}/xemacs/${VERSION}
|
|||||||
MOD=${ARCH}/modules
|
MOD=${ARCH}/modules
|
||||||
STATE=/var/lib/xemacs
|
STATE=/var/lib/xemacs
|
||||||
MAN=/usr/share/man/man1
|
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
|
%ifarch s390x
|
||||||
CFLAGS="$CFLAGS -O1"
|
CFLAGS="$CFLAGS -O1"
|
||||||
%endif
|
%endif
|
||||||
|
Loading…
Reference in New Issue
Block a user