Removed specific version number from MariaDB source path. Replaced it with 'mariadb/5.5' because 5.5 is supported and all existing versions still have serious issues. First possibly working version is 5.5.35 which isn't released yet.

This commit is contained in:
vraatikka 2013-11-26 16:57:25 +02:00
commit f9a2a75987

View File

@ -23,11 +23,10 @@ UNIX :=
# makefile.inc and build_gateway.inc are located.
# ROOT_PATH is used in makefile.
#
ROOT_PATH := /home/mriddoch/Repository/maxscale
ROOT_PATH := /home/jdoe/maxscale
# MARIADB_SRC_PATH may be defined either as an environment variable or
# specifically here
ifndef $(MARIADB_SRC_PATH)
MARIADB_SRC_PATH := /packages/mariadb-5.5.25
MARIADB_SRC_PATH := /home/mpinto/mariadb-5.5.34/
MARIADB_SRC_PATH := /packages/mariadb/5.5
endif