aports/testing/libexmdbpp/0001-musl-ulong.patch
Noel Kuntze be77015b1a testing/libexmdpp: new aport
C++ implementation of the exmdb wire protocol for grommunio
2024-04-26 06:17:47 +00:00

14 lines
362 B
Diff
Executable File

diff -ruN a/src/requests.cpp b/src/requests.cpp
--- a/src/requests.cpp 2024-03-06 19:19:25.370737482 +0100
+++ b/src/requests.cpp 2024-03-06 19:20:40.600711937 +0100
@@ -9,6 +9,9 @@
#include <random>
#include <chrono>
+// Definition needed for musl
+typedef unsigned long ulong;
+
using namespace exmdbpp::structures;
using namespace exmdbpp::constants;