Skip to content

Commit

Permalink
update: force deps to always use the system openssl
Browse files Browse the repository at this point in the history
Co-authored-by: Lorenzo Fontana <lo@linux.com>
Signed-off-by: Leonardo Di Donato <leodidonato@gmail.com>
  • Loading branch information
leodido and fntlnz committed Jan 20, 2020
1 parent f01f5ec commit 3c5a98e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 3 additions & 0 deletions cmake/modules/sysdig.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,9 @@ add_subdirectory("${SYSDIG_SOURCE_DIR}/userspace/libscap" "${PROJECT_BINARY_DIR}
add_subdirectory("${SYSDIG_SOURCE_DIR}/userspace/libsinsp" "${PROJECT_BINARY_DIR}/userspace/libsinsp")
add_dependencies(sinsp tbb b64 luajit)

# explicitly force this dependency to use the system OpenSSL
set(USE_BUNDLED_OPENSSL OFF)

if(USE_BUNDLED_DEPS)
add_dependencies(scap grpc curl jq)
endif()
1 change: 0 additions & 1 deletion docker/builder/root/usr/bin/entrypoint
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ case "$CMD" in
-DFALCO_VERSION="$FALCO_VERSION" \
-DDRAIOS_DEBUG_FLAGS="$DRAIOS_DEBUG_FLAGS" \
-DUSE_BUNDLED_DEPS=ON \
-DUSE_BUNDLED_OPENSSL=OFF \
"$SOURCE_DIR/falco"
exit "$(printf '%d\n' $?)"
;;
Expand Down

0 comments on commit 3c5a98e

Please sign in to comment.