Skip to content

Commit

Permalink
add ldconfig call
Browse files Browse the repository at this point in the history
  • Loading branch information
mkornaukhov03 authored and troy4eg committed Dec 19, 2024
1 parent 60be515 commit b95ae19
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions cmake/triggers
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
activate-noawait ldconfig
4 changes: 4 additions & 0 deletions common/tlo-parsing/tlo-parsing.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,11 @@ install(TARGETS tlo_parsing_shared

set(CPACK_DEBIAN_TLO_PARSING_PACKAGE_NAME "libtlo-parsing")
set(CPACK_DEBIAN_TLO_PARSING_DESCRIPTION "Library files for the tlo parsing")
set(CPACK_DEBIAN_TLO_PARSING_PACKAGE_CONTROL_EXTRA "${BASE_DIR}/cmake/triggers")
set(CPACK_DEBIAN_TLO_PARSING_PACKAGE_CONTROL_STRICT_PERMISSION TRUE)

set(CPACK_DEBIAN_TLO_PARSING_DEV_PACKAGE_NAME "libtlo-parsing-dev")
set(CPACK_DEBIAN_TLO_PARSING_DEV_DESCRIPTION "Development files and headers for the tlo parsing")
set(CPACK_DEBIAN_TLO_PARSING_DEV_PACKAGE_DEPENDS "libtlo-parsing")
set(CPACK_DEBIAN_TLO_PARSING_DEV_PACKAGE_CONTROL_EXTRA "${BASE_DIR}/cmake/triggers")
set(CPACK_DEBIAN_TLO_PARSING_DEV_PACKAGE_CONTROL_STRICT_PERMISSION TRUE)
2 changes: 2 additions & 0 deletions flex/flex.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -41,3 +41,5 @@ install(TARGETS flex_data_shared flex_data_static
set(CPACK_DEBIAN_FLEX_PACKAGE_BREAKS "engine-kphp-runtime (<< 20190917), php5-vkext (<< 20190917), php7-vkext (<< 20190917)")
set(CPACK_DEBIAN_FLEX_PACKAGE_NAME "vk-flex-data")
set(CPACK_DEBIAN_FLEX_DESCRIPTION "flex for declension")
set(CPACK_DEBIAN_FLEX_PACKAGE_CONTROL_EXTRA "${BASE_DIR}/cmake/triggers")
set(CPACK_DEBIAN_FLEX_PACKAGE_CONTROL_STRICT_PERMISSION TRUE)

0 comments on commit b95ae19

Please sign in to comment.