Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
aports
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Monitor
Service Desk
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
alpine
aports
Commits
10e718b6
Verified
Commit
10e718b6
authored
3 years ago
by
alice
Browse files
Options
Downloads
Patches
Plain Diff
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
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
testing/kopano-core/APKBUILD
+2
-0
2 additions, 0 deletions
testing/kopano-core/APKBUILD
testing/kopano-core/fix-build-with-musl-1.2.3.patch
+11
-0
11 additions, 0 deletions
testing/kopano-core/fix-build-with-musl-1.2.3.patch
with
13 additions
and
0 deletions
testing/kopano-core/APKBUILD
+
2
−
0
View file @
10e718b6
...
...
@@ -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
"
This diff is collapsed.
Click to expand it.
testing/kopano-core/fix-build-with-musl-1.2.3.patch
0 → 100644
+
11
−
0
View file @
10e718b6
--- 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{
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment