You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

18 lines
689 B

  1. Index: Netopeer2-0.6-r1/keystored/CMakeLists.txt
  2. ===================================================================
  3. --- Netopeer2-0.6-r1.orig/keystored/CMakeLists.txt
  4. +++ Netopeer2-0.6-r1/keystored/CMakeLists.txt
  5. @@ -69,6 +69,8 @@ find_package(SYSREPO REQUIRED)
  6. target_link_libraries(keystored ${SYSREPO_LIBRARIES})
  7. include_directories(${SYSREPO_INCLUDE_DIRS})
  8. +# skip step because of cross compiling
  9. +if (FALSE)
  10. # get sysrepo plugins directory
  11. if (NOT SR_PLUGINS_DIR)
  12. if (PKG_CONFIG_FOUND)
  13. @@ -154,3 +156,4 @@ add_custom_target(install-scripts-ide-ke
  14. # plugins should be installed into sysrepo plugins dir
  15. install(TARGETS keystored DESTINATION ${SR_PLUGINS_DIR})
  16. +endif()