Boost BASE_PURESIZE in attempt to fix build on 32-bit archs
authorSean Whitton <spwhitton@spwhitton.name>
Tue, 25 Feb 2025 01:20:01 +0000 (09:20 +0800)
committerSean Whitton <spwhitton@spwhitton.name>
Tue, 25 Feb 2025 01:21:11 +0000 (09:21 +0800)
1  2 
debian/.git-dpm
debian/patches/0019-Boost-BASE_PURESIZE-in-attempt-to-fix-build-on-32-bi.patch
debian/patches/series

diff --cc debian/.git-dpm
index 11821fad5e66b27e7d43949ca92c8f755824b2f1,0000000000000000000000000000000000000000..44cfa1a5ddaeeadfcbf9af3b71f8a87215a4ebeb
mode 100644,000000..100644
--- /dev/null
@@@ -1,8 -1,0 +1,8 @@@
- 3f51bc789a4a3703a742231a807ec27413e8fecb
- 3f51bc789a4a3703a742231a807ec27413e8fecb
 +# see git-dpm(1) from git-dpm package
++2be074322744c69ff73ea5e7225c60be95ebfc32
++2be074322744c69ff73ea5e7225c60be95ebfc32
 +c512c0fa6ab117d10b0602d2b2d1fe5880695944
 +c512c0fa6ab117d10b0602d2b2d1fe5880695944
 +emacs_30.1+1.orig.tar.xz
 +09c8a2c6420edf1c0eafbe02c108fdaaf9d3a105
 +31081984
index 0000000000000000000000000000000000000000,0000000000000000000000000000000000000000..9b1597eaf68e94eed2d1eef93f3ff8ea14d1acbf
new file mode 100644 (file)
--- /dev/null
--- /dev/null
@@@ -1,0 -1,0 +1,22 @@@
++From 2be074322744c69ff73ea5e7225c60be95ebfc32 Mon Sep 17 00:00:00 2001
++From: Sean Whitton <spwhitton@spwhitton.name>
++Date: Tue, 25 Feb 2025 09:19:38 +0800
++Subject: Boost BASE_PURESIZE in attempt to fix build on 32-bit archs
++
++---
++ src/puresize.h | 2 +-
++ 1 file changed, 1 insertion(+), 1 deletion(-)
++
++diff --git a/src/puresize.h b/src/puresize.h
++index f2576666a66..be727ba68cd 100644
++--- a/src/puresize.h
+++++ b/src/puresize.h
++@@ -47,7 +47,7 @@ #define SITELOAD_PURESIZE_EXTRA 0
++ #endif
++ 
++ #ifndef BASE_PURESIZE
++-#define BASE_PURESIZE (3400000 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA)
+++#define BASE_PURESIZE (4500000 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA)
++ #endif
++ 
++ /* Increase BASE_PURESIZE by a ratio depending on the machine's word size.  */
index 45dc2f5a07bc46f445d1f37e5111cae80ddf9b2c,0000000000000000000000000000000000000000..2ccdcf664ecf7cb8f75457020d64e98875874b5b
mode 100644,000000..100644
--- /dev/null
@@@ -1,18 -1,0 +1,19 @@@
 +0001-Prefer-usr-share-info-emacs.patch
 +0002-Run-debian-startup-and-set-debian-emacs-flavor.patch
 +0003-Remove-files-that-appear-to-be-incompatible-with-the.patch
 +0004-Adjust-documentation-references-for-Debian.patch
 +0005-Modify-the-output-of-version-to-indicate-Debian-modi.patch
 +0006-Don-t-try-to-build-src-macuvs.h-via-IVD_Sequences.tx.patch
 +0007-Kill-gpg-agent-in-package-test.el-to-avoid-a-race.patch
 +0008-Mark-vc-bzr-test-fauilt-bzr-autoloads-as-unstable-fo.patch
 +0009-pdumper-set-DUMP_RELOC_ALIGNMENT_BITS-1-for-m68k.patch
 +0010-Mark-test-undo-region-as-unstable.patch
 +0011-Mark-flaky-test-process-tests-multiple-threads-waiti.patch
 +0012-Add-inhibit-native-compilation.patch
 +0013-Rename-to-inhibit-automatic-native-compilation.patch
 +0014-Patch-project-vc-recognizes-git-test-for-Debian-buil.patch
 +0015-Change-native-comp-async-jobs-number-default-to-1.patch
 +0016-Change-native-comp-async-report-warnings-errors-to-s.patch
 +0017-Mark-dired-test-bug27243-02-as-unstable-for-now.patch
 +0018-Fix-eldoc-warning-in-patch-adding-debian-emacs-flavo.patch
++0019-Boost-BASE_PURESIZE-in-attempt-to-fix-build-on-32-bi.patch