Skip to content

Commit

Permalink
tools/recipes/trace-cmd.recipe: Avoid building shared object
Browse files Browse the repository at this point in the history
FIX

Avoid using install_libs which attempts to build a shared object, when
we only want a static binary.
  • Loading branch information
douglas-raillard-arm committed Jan 4, 2024
1 parent 314941a commit 21f9d5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/recipes/trace-cmd.recipe
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ build_tracecmd() {
# All variables need to be exported, NOT SET ON THE CLI of make-trace-cmd.sh
# itself. Otherwise they will internally conflict with existing ones.
export LDFLAGS="-static" NO_AUDIT=yes NO_PYTHON=yes CFLAGS="-O3"
./make-trace-cmd.sh install install_libs
./make-trace-cmd.sh install
strip "$TRACE_CMD_BIN"
}

Expand Down

0 comments on commit 21f9d5f

Please sign in to comment.