Skip to content

Commit 902cbf3

Browse files
committed
WL#15440 MySQL REST Service (MRS) - Umbrella WL
Post-push fix: pick up jit_executor.so for the 2nd phase of the PGO build Approved-by: Bjørn Munch <[email protected]>
1 parent 2aa4714 commit 902cbf3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

packaging/rpm-oel/mysql.spec.in

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1002,6 +1002,9 @@ mkdir release
10021002
-DMYSQLX_UNIX_ADDR="/var/run/mysqld/mysqlx.sock" \
10031003
-DWITH_NUMA=1 \
10041004
%{?mecab_option} \
1005+
%if 0%{?mrs_jit_executor_lib:1}
1006+
-DMRS_JIT_EXECUTOR_LIB="%{mrs_jit_executor_lib}" \
1007+
%endif
10051008
-DCOMPILATION_COMMENT="%{compilation_comment_release}" \
10061009
-DCOMPILATION_COMMENT_SERVER="%{compilation_comment_server_release}" \
10071010
-DMYSQL_SERVER_SUFFIX="%{?server_suffix}"

0 commit comments

Comments
 (0)