aboutsummaryrefslogtreecommitdiffstats
path: root/databases/mariadb118-server/files/patch-tpool_CMakeLists.txt
blob: a383d718c8e0a1a557947b35dd432d20251b2414 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- tpool/CMakeLists.txt.orig	2025-11-04 17:38:14 UTC
+++ tpool/CMakeLists.txt
@@ -8,7 +8,7 @@ SET(COMMON_SOURCES
   wait_notification.cc
 )
 
-
+ADD_DEFINITIONS(-fPIC)
 IF(NOT CMAKE_SYSTEM_NAME STREQUAL "Linux")
   ADD_LIBRARY(tpool OBJECT ${COMMON_SOURCES}  aio_simulated.cc)
   IF(WIN32)