Skip to content

Commit e4f9061

Browse files
committed
Fix debian packaging passing MYSQLCLIENT_STATIC_LINKING
option. Change-Id: Ib5fcd96637952a3aaa15e22344fed469f0d48bae
1 parent 33d850b commit e4f9061

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

packaging/deb-in/CMakeLists.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,9 @@ IF(DEB_CODENAME STREQUAL "sid")
7070
SET (DEB_PLATFORMRELEASE "debianunstable")
7171
ENDIF()
7272

73+
#Follow MYSQLCLIENT_STATIC_LINKING option on packaging
74+
SET (DEB_CMAKE_EXTRAS "${DEB_CMAKE_EXTRAS} -DMYSQLCLIENT_STATIC_LINKING=${MYSQLCLIENT_STATIC_LINKING}")
75+
7376
# Timestamp for use in debian/changelog
7477
IF (NOT DEFINED DEB_CHANGELOG_TIMESTAMP)
7578
execute_process(

0 commit comments

Comments
 (0)