xref: /OK3568_Linux_fs/buildroot/package/libical/0001-no-tests.patch (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1Disable tests to avoid MMU dependency due to fork.
2
3Fixes
4CMakeFiles/regression.dir/regression.c.o: In function `_test_file_locks':
5/home/br/br4/output/build/libical-v1.0.1/src/test/regression.c:(.text+0x96d8): undefined reference to `_fork'
6
7Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
8
9diff -uNr libical-1.0.1.org/src/CMakeLists.txt libical-1.0.1/src/CMakeLists.txt
10--- libical-1.0.1.org/src/CMakeLists.txt	2014-10-09 17:07:05.000000000 +0200
11+++ libical-1.0.1/src/CMakeLists.txt	2015-04-25 17:41:22.657345548 +0200
12@@ -1,7 +1,6 @@
13 add_subdirectory(libical)
14 add_subdirectory(libicalss)
15 add_subdirectory(libicalvcal)
16-add_subdirectory(test)
17
18 if(MSVC)
19   install(FILES
20