Skip mmap for buffer allocation for test
OBS-URL: https://build.opensuse.org/package/show/editors/emacs?expand=0&rev=286
This commit is contained in:
parent
db885a57ff
commit
9ce8eff132
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Aug 20 09:08:33 UTC 2020 - Dr. Werner Fink <werner@suse.de>
|
||||
|
||||
- Disable patch emacs-24.4-glibc.patch to see if this fix boo#1175487
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Aug 18 09:22:51 UTC 2020 - Dr. Werner Fink <werner@suse.de>
|
||||
|
||||
|
@ -158,7 +158,7 @@ Source6: ftp://ftp.gnu.org/gnu/emacs/emacs-%{version}.tar.xz.sig
|
||||
Source7: %{name}.keyring
|
||||
Source8: emacs-%{version}-pdf.tar.xz
|
||||
Patch: emacs-27.1.dif
|
||||
# PATCH-FIX-UPSTREAM Adjust to GnuPG 2.1 key listing change
|
||||
# Currently disabled
|
||||
Patch2: emacs-24.4-glibc.patch
|
||||
Patch4: emacs-24.3-asian-print.patch
|
||||
Patch5: emacs-24.4-ps-bdf.patch
|
||||
@ -276,7 +276,7 @@ and most assembler-like syntaxes.
|
||||
|
||||
%prep
|
||||
%setup -q -b 2
|
||||
%patch2 -p0 -b .glibc
|
||||
#%patch2 -p0 -b .glibc
|
||||
%patch4 -p0 -b .print
|
||||
%patch5 -p0 -b .psbdf
|
||||
%patch7 -p0 -b .psmu
|
||||
@ -444,6 +444,7 @@ DESKTOP="--with-x \
|
||||
--without-xft \
|
||||
--without-libotf \
|
||||
--without-m17n-flt \
|
||||
--without-harfbuzz \
|
||||
"
|
||||
COMP="--disable-build-details \
|
||||
%if %{with mailutils}
|
||||
|
Loading…
x
Reference in New Issue
Block a user