diff options
| author | Bernd Kuhls <bernd.kuhls@t-online.de> | 2015-05-02 11:15:04 +0200 |
|---|---|---|
| committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2015-07-13 12:12:27 +0200 |
| commit | 3ac4bf634e16cc8b5f1f8d732da296b4e32dd734 (patch) | |
| tree | 3a527efa3744c963aebd6f29a5f57b62ea4b6ba6 /package/libical/0001-no-tests.patch | |
| parent | b40509c7d80d6610b3f54e6da0dc1265bf6e9e22 (diff) | |
| download | buildroot-3ac4bf634e16cc8b5f1f8d732da296b4e32dd734.tar.gz buildroot-3ac4bf634e16cc8b5f1f8d732da296b4e32dd734.zip | |
package/libical: bump version to v1.0.1 and switch to cmake
Project moved to github according to http://sourceforge.net/projects/freeassociation
"As of 2014-06-14, this project may now be found at http://github.com/libical."
[Thomas: propagate the C++ dependency to bluez5_utils OBEX support,
which selects libical.]
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/libical/0001-no-tests.patch')
| -rw-r--r-- | package/libical/0001-no-tests.patch | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/package/libical/0001-no-tests.patch b/package/libical/0001-no-tests.patch new file mode 100644 index 0000000000..324c04f643 --- /dev/null +++ b/package/libical/0001-no-tests.patch @@ -0,0 +1,19 @@ +Disable tests to avoid MMU dependency due to fork. + +Fixes +CMakeFiles/regression.dir/regression.c.o: In function `_test_file_locks': +/home/br/br4/output/build/libical-v1.0.1/src/test/regression.c:(.text+0x96d8): undefined reference to `_fork' + +Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> + +diff -uNr libical-1.0.1.org/src/CMakeLists.txt libical-1.0.1/src/CMakeLists.txt +--- libical-1.0.1.org/src/CMakeLists.txt 2014-10-09 17:07:05.000000000 +0200 ++++ libical-1.0.1/src/CMakeLists.txt 2015-04-25 17:41:22.657345548 +0200 +@@ -1,7 +1,6 @@ + add_subdirectory(libical) + add_subdirectory(libicalss) + add_subdirectory(libicalvcal) +-add_subdirectory(test) + + if(MSVC) + install(FILES |

