Skip to content

Commit

Permalink
Merge pull request redpanda-data#23050 from rockwotj/krb5
Browse files Browse the repository at this point in the history
  • Loading branch information
rockwotj authored Aug 25, 2024
2 parents 9bcf7cf + df048ab commit 177b7ed
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions bazel/thirdparty/krb5.BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,10 @@ configure_make(
],
lib_source = ":srcs",
out_shared_libs = [
"libkrb5.so",
"libgssapi_krb5.so",
"libgssapi_krb5.so.2",
"libk5crypto.so.3",
"libkrb5.so.3",
"libkrb5support.so.0",
],
visibility = [
"//visibility:public",
Expand Down

0 comments on commit 177b7ed

Please sign in to comment.