The build fails with cmake 3.12.0. This patch will be obsolete with the next release. https://sourceforge.net/p/podofo/tickets/24/attachment/podofo-cmake-3.12.patch --- a/test/TokenizerTest/CMakeLists.txt 2018-07-20 18:26:02.921494293 +0200 +++ b/test/TokenizerTest/CMakeLists.txt 2018-07-20 18:34:53.727136443 +0200 @@ -2,10 +2,3 @@ TARGET_LINK_LIBRARIES(TokenizerTest ${PODOFO_LIB} ${PODOFO_LIB_DEPENDS}) SET_TARGET_PROPERTIES(TokenizerTest PROPERTIES COMPILE_FLAGS "${PODOFO_CFLAGS}") ADD_DEPENDENCIES(TokenizerTest ${PODOFO_DEPEND_TARGET}) - -# Copy the test samples over to the build tree -ADD_CUSTOM_COMMAND( - TARGET TokenizerTest - POST_BUILD - COMMAND "${CMAKE_COMMAND}" -E copy_directory "${CMAKE_CURRENT_SOURCE_DIR}/objects" "${CMAKE_CURRENT_BINARY_DIR}/objects" - ) Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/cyrus-sasl.scm
AgeCommit message (Expand)Author
2019-01-20Merge branch 'master' into stagingLudovic Courtès
2019-01-16gnu: Move dbm databases to new module....Ricardo Wurmus
2018-12-12gnu: cyrus-sasl: Update to 2.1.27....Marius Bakke
2017-11-11gnu: cyrus-sasl: Use new home page....Tobias Geerinckx-Rice
2017-01-23Merge branch 'master' into core-updatesLudovic Courtès
2017-01-19gnu: Move Kerberos implemetations to (gnu packages kerberos)....Ludovic Courtès
2016-11-26gnu: cyrus-sasl: Incorporate grafted patch....Leo Famulari
2016-11-26gnu: cyrus-sasl: Fix CVE-2013-4122....Leo Famulari
2016-05-30gnu: cyrus-sasl: Update URLs....Leo Famulari