tags 713575 patch
forwarded 713575 https://code.google.com/p/libgcal/issues/detail?id=94
kthxbye

Hello David, Hello Michael,

attached is a patch to fix building on Debian. I've opened
https://code.google.com/p/libgcal/issues/detail?id=94 upstream and sent
my patch there as well.

Thanks for considering the patch.
-- 
Andreas Moog, Berliner Str. 29, 36205 Sontra/Germany
Ubuntu Developer
PGP-encrypted mails preferred (Key-ID: 74DE6624)
PGP Fingerprint: 74CD D9FE 5BCB FE0D 13EE 8EEA 61F3 4426 74DE 6624
Description: explicitly link the tests with pthread to fix FTBFS (Closes: #713575)
Author: Andreas Moog <am...@ubuntu.com>
Bug-Debian: http://bugs.debian.org/713575

--- libgcal-0.9.6.orig/utests/CMakeLists.txt
+++ libgcal-0.9.6/utests/CMakeLists.txt
@@ -21,7 +21,7 @@ set(GCAL_TEST_SOURCE_FILES
 )
 
 add_executable(testgcal ${GCAL_TEST_SOURCE_FILES})
-target_link_libraries(testgcal gcal ${CHECK_LIBRARIES})
+target_link_libraries(testgcal gcal ${CHECK_LIBRARIES} pthread)
 
 add_custom_target(
 	test

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to