Skip to content

Commit

Permalink
Remove dependency on libsgx-dcap-ql-dev
Browse files Browse the repository at this point in the history
Signed-off-by: Thomas Tendyck <tt@edgeless.systems>
  • Loading branch information
thomasten committed Aug 14, 2022
1 parent 99ce2b8 commit ea1e545
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion cmake/cpack_settings.cmake
Expand Up @@ -14,7 +14,7 @@ set(CPACK_PACKAGING_INSTALL_PREFIX ${CMAKE_INSTALL_PREFIX})

# CPack variables for Debian packages
set(CPACK_DEBIAN_PACKAGE_DEPENDS
"libsgx-enclave-common (>=2.3.100.46354-1), libsgx-dcap-ql (>=1.0.100.46460-1.0), libsgx-dcap-ql-dev (>=1.0.100.46460-1.0)"
"libsgx-enclave-common (>=2.3.100.46354-1), libsgx-dcap-ql (>=1.0.100.46460-1.0)"
)
set(CPACK_DEBIAN_PACKAGE_RECOMMENDS "pkg-config")
set(CPACK_DEBIAN_FILE_NAME DEB-DEFAULT)
Expand Down
4 changes: 2 additions & 2 deletions host/sgx/sgxquote.c
Expand Up @@ -111,8 +111,8 @@ static quote3_error_t (*_sgx_qv_verify_quote)(

#include <dlfcn.h>

#define SGX_DCAP_QL_NAME "libsgx_dcap_ql.so"
#define SGX_DCAP_QVL_NAME "libsgx_dcap_quoteverify.so"
#define SGX_DCAP_QL_NAME "libsgx_dcap_ql.so.1"
#define SGX_DCAP_QVL_NAME "libsgx_dcap_quoteverify.so.1"

// Use best practices
// - RTLD_NOW Bind all undefined symbols before dlopen returns.
Expand Down

0 comments on commit ea1e545

Please sign in to comment.