summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorDaniel Black <daniel@linux.ibm.com>2020-03-07 14:46:40 +0200
committerVicențiu Ciorbaru <vicentiu@mariadb.org>2020-03-08 09:25:22 +0200
commit6610532170dbbf1b313561d9165976be9901bb12 (patch)
tree8732ae848be512416627efee719deadbe93033ce /debian
parent75d286c2cc46092148f13b6b9026f52a54926a84 (diff)
downloadmariadb-git-6610532170dbbf1b313561d9165976be9901bb12.tar.gz
Update install layout to account for multi-arch setup
Cleanup install_layout to account for multi-arch setup and remove redundant defines in debian rules. Signed-off-by: Vicențiu Ciorbaru <vicentiu@mariadb.org>
Diffstat (limited to 'debian')
-rwxr-xr-xdebian/rules3
1 files changed, 0 insertions, 3 deletions
diff --git a/debian/rules b/debian/rules
index 3b1952ad2b9..647c73e43e0 100755
--- a/debian/rules
+++ b/debian/rules
@@ -86,9 +86,6 @@ endif
$${MYSQL_COMPILER_LAUNCHER:+-DCMAKE_C_COMPILER_LAUNCHER=${MYSQL_COMPILER_LAUNCHER}} \
-DCMAKE_SYSTEM_PROCESSOR=$(DEB_BUILD_ARCH) \
-DBUILD_CONFIG=mysql_release \
- -DINSTALL_LIBDIR=lib/$(DEB_HOST_MULTIARCH) \
- -DINSTALL_PLUGINDIR=lib/mysql/plugin \
- -DINSTALL_MYSQLTESTDIR=share/mysql/mysql-test \
-DDEB=$(DISTRIBUTION) ..'
touch $@