Skip to content
Snippets Groups Projects
Verified Commit 10e718b6 authored by alice's avatar alice
Browse files

testing/kopano-core: fix build with musl 1.2.3

parent 5e5ea5ec
No related branches found
No related tags found
No related merge requests found
......@@ -95,6 +95,7 @@ source="
0003-spamd-Correct-owner-and-group-of-spamd-ham_dir-spam_.patch
0004-configure.ac-depend-on-libldap-not-libldap_r-doesn-t.patch
fix-icu-70-1.patch
fix-build-with-musl-1.2.3.patch
"
builddir="$srcdir/kopano-core-kopanocore-$pkgver/"
......@@ -363,4 +364,5 @@ fe52eab1c33e4b0469506e8215216131e2d4c45f225dfec6511ab81f0b88180507a4019637691873
ec72f40ccdb574efcb984ea0aded82668f787eef6d95fd0ca9f953a77d78cb4b3fe04ce233c6dabce72911462d7f11af8aacaa201a78cf125f84970978a5342e 0003-spamd-Correct-owner-and-group-of-spamd-ham_dir-spam_.patch
9ccb1db734905972d96ea3f02fdfab8bfde55b7c43c606dc220a7a84863823a9526c972c5da830ab99e8f3215c84821ee89062e872f7935152e3c92b1d469b82 0004-configure.ac-depend-on-libldap-not-libldap_r-doesn-t.patch
fc793af00cdf28f5c3a5e51a6e51e8c64debc864b5d7b2ae6c5cfb760afed7d34b09d3fe5b04b401457e4ee829b6162358a632ccac23093309e082631195940c fix-icu-70-1.patch
0510629c00faa2dbbfce980747cf02180aa9480c784f59222815f935917db6fdafb0c07dc0e300aad83e39dc9d6755829a9340b366ffce9b77e8c85b86af30c4 fix-build-with-musl-1.2.3.patch
"
--- a/swig/IECServiceAdmin.i
+++ b/swig/IECServiceAdmin.i
@@ -11,7 +11,7 @@
%apply MAPILIST {LPECSVRNAMELIST};
%apply MAPILIST * {LPECSERVERLIST* OUTPUT};
-%typemap(in,numinputs=0) (bool *OUTPUT) (bool bBool = NULL) {
+%typemap(in,numinputs=0) (bool *OUTPUT) (bool bBool = 0) {
$1 = &bBool;
}
%typemap(argout, fragment="SWIG_From_int") bool *OUTPUT{
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment