Skip to content

Commit 15e94d8

Browse files
committed
Revert most of commit 579282f and re-enable Mroonga
1 parent 232916d commit 15e94d8

File tree

4 files changed

+1
-27
lines changed

4 files changed

+1
-27
lines changed

Diff for: debian/changelog

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ mariadb-10.0 (10.0.21-2) UNRELEASED; urgency=low
44
* Add CVE IDs to previous changelog entries
55
* Pass DEB_BUILD_ARCH to CMake options to enhance buils on some platforms
66
* Test suite failures are now fatal on all platforms and not ignored anywhere
7+
* Revert most of commit 579282f and re-enable Mroonga
78

89
-- Otto Kekäläinen <[email protected]> Wed, 26 Aug 2015 18:20:54 +0300
910

Diff for: debian/patches/mroonga-disable-switch.patch

-21
This file was deleted.

Diff for: debian/patches/series

-1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,5 @@ extend_default_test_timeout_for_tokudb.patch
88
remove_rename_mariadb-server_files_in.patch
99
innodb_simulate_comp_test_speedup.patch
1010
fix-spelling-errors.patch
11-
mroonga-disable-switch.patch
1211
mysqld_multi_confd.patch
1312
mysqld_multi.server_lsb-header.patch

Diff for: debian/rules

-5
Original file line numberDiff line numberDiff line change
@@ -49,11 +49,6 @@ endif
4949
# See https://lists.launchpad.net/maria-developers/msg08390.html
5050
CMAKEFLAGS += -DWITHOUT_TOKUDB=true
5151

52-
# Skip Mroonga if arch is not amd64
53-
ifneq ($(ARCH), amd64)
54-
CMAKEFLAGS += -DWITHOUT_MROONGA=true
55-
endif
56-
5752
# Add support for verbose builds
5853
MAKEFLAGS += VERBOSE=1
5954

0 commit comments

Comments
 (0)