Skip to content

Commit

Permalink
DAOS-16889 build: fix finding protobuf (#15625) (#15641)
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 19, 2024
1 parent bf6a5b4 commit 96c64de
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 @@ -139,6 +139,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 96c64de

Please sign in to comment.