Commit fde55bcc authored by Otto Kekäläinen's avatar Otto Kekäläinen
Browse files

Fix CMake flag so socket path becomes again correct (Closes: #911880)

Upstream apparently changed the flag name. To keep up with previous
functionality we need to reflect this change in d/rules.
parent 418274e6
Pipeline #23047 failed with stages
in 8 minutes
...@@ -15,7 +15,7 @@ override_dh_auto_configure: ...@@ -15,7 +15,7 @@ override_dh_auto_configure:
-DPLUGINDIR_DEB=mariadb3 \ -DPLUGINDIR_DEB=mariadb3 \
-DWITH_MYSQLCOMPAT=ON \ -DWITH_MYSQLCOMPAT=ON \
-DWITH_EXTERNAL_ZLIB:BOOL=ON \ -DWITH_EXTERNAL_ZLIB:BOOL=ON \
-DMYSQL_UNIX_ADDR:STRING=/var/run/mysqld/mysqld.sock -DMARIADB_UNIX_ADDR:STRING=/var/run/mysqld/mysqld.sock
override_dh_makeshlibs: override_dh_makeshlibs:
dh_makeshlibs -X/mariadb3/plugin/ dh_makeshlibs -X/mariadb3/plugin/
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment