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" - ) tion> Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/gnu/services/security.scm
AgeCommit message (Expand)Author
2023-04-02services: replace bare serializers with (serializer ...)...Bruno Victal
2023-01-10gnu: services: Fix fail2ban configuration serialization....muradm
2022-12-06services: fail2ban: Start server in the foreground....Ludovic Courtès
2022-12-06services: fail2ban: Remove unnecessary Shepherd 'modules' field....Ludovic Courtès
2022-12-06services: fail2ban: 'stop' returns #f when the dameon is stopped....Ludovic Courtès
2022-09-14gnu: fail2ban-service-type: Improve extra-content fields....muradm
2022-09-01gnu: fail2ban-service-type: Fix documentation typos....muradm
2022-09-01gnu: fail2ban-service-type: Improve jail configuration serialization....muradm
2022-09-01gnu: fail2ban-service-type: Fix field name serialization....muradm
2022-08-28gnu: security: Add fail2ban-service-type....muradm