[packages/gmime3] - added patch to fix build with autoconf 2.72
qboosh
qboosh at pld-linux.org
Tue Mar 4 18:09:54 CET 2025
commit de4aa174a0dbb940af540bc6ce463921d1ddce19
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date: Tue Mar 4 17:45:30 2025 +0100
- added patch to fix build with autoconf 2.72
gmime3-largefile.patch | 15 +++++++++++++++
1 file changed, 15 insertions(+)
---
diff --git a/gmime3-largefile.patch b/gmime3-largefile.patch
new file mode 100644
index 0000000..66fc1b7
--- /dev/null
+++ b/gmime3-largefile.patch
@@ -0,0 +1,15 @@
+--- gmime-3.2.7/configure.ac.orig 2025-03-03 21:27:25.380962782 +0100
++++ gmime-3.2.7/configure.ac 2025-03-04 17:36:32.177943048 +0100
+@@ -458,9 +458,11 @@ if test "x$enable_largefile" != "xno"; t
+ enable_largefile="yes"
+ fi
+
+- if test "x$ac_cv_sys_file_offset_bits" != "xno"; then
++ if test "x$ac_cv_sys_file_offset_bits" != "xno" && test -n "$ac_cv_sys_file_offset_bits"; then
+ LFS_CFLAGS="$LFS_CFLAGS -D_FILE_OFFSET_BITS=$ac_cv_sys_file_offset_bits"
+ enable_largefile="yes"
++ elif test -n "$ac_cv_sys_largefile_opts"; then
++ LFS_CFLAGS="$LFS_CFLAGS $ac_cv_sys_largefile_opts"
+ fi
+ else
+ LFS_CFLAGS=""
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/gmime3.git/commitdiff/de4aa174a0dbb940af540bc6ce463921d1ddce19
More information about the pld-cvs-commit
mailing list