We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33d850b commit e4f9061Copy full SHA for e4f9061
packaging/deb-in/CMakeLists.txt
@@ -70,6 +70,9 @@ IF(DEB_CODENAME STREQUAL "sid")
70
SET (DEB_PLATFORMRELEASE "debianunstable")
71
ENDIF()
72
73
+#Follow MYSQLCLIENT_STATIC_LINKING option on packaging
74
+SET (DEB_CMAKE_EXTRAS "${DEB_CMAKE_EXTRAS} -DMYSQLCLIENT_STATIC_LINKING=${MYSQLCLIENT_STATIC_LINKING}")
75
+
76
# Timestamp for use in debian/changelog
77
IF (NOT DEFINED DEB_CHANGELOG_TIMESTAMP)
78
execute_process(
0 commit comments