Skip to content

Commit

Permalink
DAOS-16889 build: fix finding protobuf (#15625)
Browse files Browse the repository at this point in the history
Add a requirement to protobufc for building daos control binaries.

Signed-off-by: Dalton Bohning <[email protected]>
  • Loading branch information
daltonbohning authored Dec 17, 2024
1 parent f68c26c commit b31f634
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/control/SConscript
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,7 @@ def scons():

# Sets CGO_LDFLAGS for rpath options
denv.d_add_rpaths("..", True, True)
denv.require('protobufc')
denv.AppendENVPath("CGO_CFLAGS", denv.subst("$_CPPINCFLAGS"), sep=" ")
if prereqs.client_requested():
install_go_bin(denv, "daos_agent")
Expand Down

0 comments on commit b31f634

Please sign in to comment.