Skip to content

Commit

Permalink
MDEV-32935: Remove unneeded CMAKE_SYSTEM_PROCESSOR parameter from Debian
Browse files Browse the repository at this point in the history
There is no need for CMAKE_SYSTEM_PROCESSOR parameter in Debian
build as dh_auto_configure should handle things better and
more reliable
  • Loading branch information
illuusio authored and grooverdan committed Jan 30, 2024
1 parent 354e97c commit 6914b78
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion debian/rules
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,6 @@ endif
-DCOMPILATION_COMMENT="mariadb.org binary distribution" \
-DMYSQL_SERVER_SUFFIX="-$(DEB_VERSION_REVISION)" \
-DSYSTEM_TYPE="debian-$(DEB_HOST_GNU_SYSTEM)" \
-DCMAKE_SYSTEM_PROCESSOR=$(DEB_HOST_ARCH) \
-DBUILD_CONFIG=mysql_release \
-DPLUGIN_TOKUDB=NO \
-DPLUGIN_CASSANDRA=NO \
Expand Down

0 comments on commit 6914b78

Please sign in to comment.