Skip to content

Commit e2c571a

Browse files
committed
MDEV-24498 mysql_config reports wrong libs for libmysqld
filter out tpool
1 parent 324e5f0 commit e2c571a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmake/for_clients.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,5 +70,5 @@ REPLACE_FOR_CLIENTS(CFLAGS "[DU]DBUG_OFF" "[DU]SAFE_MUTEX" "[DU]NDEBUG"
7070

7171
# Same for --libs
7272
REPLACE_FOR_CLIENTS(LIBS "Wl,[^ ]*" lmtmalloc static-libcxa i-static static-intel)
73-
REPLACE_FOR_CLIENTS(EMB_LIBS lmtmalloc static-libcxa i-static static-intel)
73+
REPLACE_FOR_CLIENTS(EMB_LIBS lmtmalloc static-libcxa i-static static-intel ltpool)
7474

0 commit comments

Comments
 (0)