Skip to content

Commit

Permalink
PKG-308 Release Tasks for PXB-8.4.0-2
Browse files Browse the repository at this point in the history
  • Loading branch information
adivinho committed Dec 13, 2024
1 parent feee710 commit d78bc2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion storage/innobase/xtrabackup/utils/build-binary.sh
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ mkdir "$INSTALLDIR"
# Build
BUILD_PARAMETER=""
if [[ "x${FIPSMODE}" == "x1" ]]; then
BUILD_PARAMETER="-DCMAKE_CXX_FLAGS=-DPROBUILD -DCMAKE_C_FLAGS=-DPROBUILD"
BUILD_PARAMETER="-DPROBUILD=1"
fi
(
cd "$WORKDIR"
Expand Down

0 comments on commit d78bc2c

Please sign in to comment.