SHA256
1
0
forked from pool/gromox

- Add 0001-build-resolve-compile-error-with-gcc-13.patch

OBS-URL: https://build.opensuse.org/package/show/server:mail/gromox?expand=0&rev=41
This commit is contained in:
Jan Engelhardt 2023-03-20 21:29:49 +00:00 committed by Git OBS Bridge
parent 24be27798a
commit 70a21226f2
3 changed files with 29 additions and 0 deletions

View File

@ -0,0 +1,23 @@
From 34d37b8d49dbc8e8733372ba97333af1ecff1f0e Mon Sep 17 00:00:00 2001
From: Jan Engelhardt <jengelh@inai.de>
Date: Mon, 20 Mar 2023 21:54:33 +0100
Subject: [PATCH] build: resolve compile error with gcc-13
include/gromox/authmgr.hpp:42:9: error: 'uint8_t' does not name a type
---
include/gromox/authmgr.hpp | 1 +
1 file changed, 1 insertion(+)
diff --git include/gromox/authmgr.hpp include/gromox/authmgr.hpp
index 623cc8a39..39e58c68b 100644
--- include/gromox/authmgr.hpp
+++ include/gromox/authmgr.hpp
@@ -1,4 +1,5 @@
#pragma once
+#include <cstdint>
#include <string>
/**
--
2.40.0

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Mar 20 21:24:52 UTC 2023 - Jan Engelhardt <jengelh@inai.de>
- Add 0001-build-resolve-compile-error-with-gcc-13.patch
-------------------------------------------------------------------
Mon Mar 13 09:13:31 UTC 2023 - Jan Engelhardt <jengelh@inai.de>

View File

@ -29,6 +29,7 @@ Source: https://github.com/grommunio/gromox/releases/download/%name-%ver
Source2: https://github.com/grommunio/gromox/releases/download/%name-%version/%name-%version.tar.asc
Source8: %name.keyring
Patch1: 0001-snapshot-safer-parsing-of-snapshot.cfg.patch
Patch2: 0001-build-resolve-compile-error-with-gcc-13.patch
BuildRequires: automake >= 1.11
BuildRequires: fdupes
BuildRequires: gcc-c++