ports/databases/mariadb114-server/files/patch-tpool_CMakeLists.txt
Bernard Spil 5a2bb7e615 databases/mariadb114-server: New MariaDB 11.4 port
* This is an LTS version.
 * the mysql command now generates a warning about deprecation.
   to prevent these for other ports with USES=mysql Mk/Uses/mysql.mk
   has been patched.
2024-06-16 16:21:23 +02:00

8 lines
300 B
Text

--- tpool/CMakeLists.txt.orig 2020-06-23 15:10:18 UTC
+++ tpool/CMakeLists.txt
@@ -1,4 +1,5 @@
INCLUDE_DIRECTORIES(${CMAKE_CURRENT_SOURCE_DIR} ${PROJECT_SOURCE_DIR}/include)
+ADD_DEFINITIONS(-fPIC)
IF(WIN32)
SET(EXTRA_SOURCES tpool_win.cc aio_win.cc)
ELSEIF(CMAKE_SYSTEM_NAME STREQUAL "Linux")