Skip to content

Commit 1e6297a

Browse files
committed
Fix XRootD server failed to start due to undefined symbol enforcer_create in libXrdAccSciTokens
1 parent e37f1a7 commit 1e6297a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/XrdSciTokens/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ add_library(${XrdAccSciTokens} MODULE
5353
target_link_libraries(${XrdAccSciTokens}
5454
PRIVATE
5555
XrdSciTokensObj
56+
${SCITOKENS_CPP_LIBRARIES}
5657
)
5758

5859
install(

0 commit comments

Comments
 (0)