Disable multithreading for musl, which segfaults. Enable tests, which
are passing for glibc and musl. Remove unnecessary iconv config arg,
which was preventing the build system from installing cjk related files.
Changes largely based on
3acdda4185/user/clucene/APKBUILD
[ci skip]
13 lines
279 B
Diff
13 lines
279 B
Diff
*** src/test/test.h.orig 2020-08-27 18:47:10.782379958 -0300
|
|
--- src/test/test.h 2020-08-27 18:47:16.518388700 -0300
|
|
***************
|
|
*** 23,28 ****
|
|
--- 23,29 ----
|
|
#include <iostream>
|
|
#include <string.h>
|
|
#include <stdio.h>
|
|
+ #include <unistd.h>
|
|
|
|
using namespace std;
|
|
|