1
0
forked from pool/glusterfs

Fix build with python 3.13 #1

Merged
jengelh merged 1 commits from dgarcia/glusterfs:master into master 2025-01-24 09:56:46 +01:00
2 changed files with 8 additions and 0 deletions

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Fri Jan 24 08:00:04 UTC 2025 - Daniel Garcia <daniel.garcia@suse.com>
- Fix build with python 3.13, remove distributed python.m4 to use the
system one that's up to date.
-------------------------------------------------------------------
Thu Aug 22 18:11:49 UTC 2024 - pgajdos@suse.com

View File

@@ -147,6 +147,8 @@ links.
%prep
%autosetup -p1
# Remove old python.m4 to use system default. Makes it compatible with python3.13
rm contrib/aclocal/python.m4
%build
%define _lto_cflags %nil