From bdefa5c3c8b6bb7ffc7140c6bbeafe902a3a028f Mon Sep 17 00:00:00 2001 From: VilhoRaatikka Date: Fri, 25 Apr 2014 15:41:18 +0300 Subject: [PATCH] These are the values that are required for MaxScale build process. If you change them, do not push unless you know what you're doing. Thanks! --- build_gateway.inc | 39 ++++++++++++--------------------------- 1 file changed, 12 insertions(+), 27 deletions(-) diff --git a/build_gateway.inc b/build_gateway.inc index 26fefb0e0..83ffaf762 100644 --- a/build_gateway.inc +++ b/build_gateway.inc @@ -2,67 +2,52 @@ # This file includes all dynamically changing build-related # variables. # +# Current values are to satisfy MaxScale build process. +# # Modify to match with your needs. Do not commit any private # changes to this file! # +# # -# Use debug flags -# Values : | Y +# Set debug flags # DEBUG := # # Set build env -# Values : | Y # UNIX := Y # # Set MaxScale branch directory -# Example := $(HOME)/src/MaxScale # -ROOT_PATH := - -# -# Main directory for headers -# Example := $(HOME)/usr/include -# -INC_PATH := +ROOT_PATH := $(HOME)/src/bazaar/tmp/maxscale +INC_PATH := $(HOME)/usr/include # # Set prefix to MySQL Resources -# Example := $(INC_PATH)/mysql # -MYSQL_ROOT := +MYSQL_ROOT := $(INC_PATH)/mysql # # Set prefix of the path to development headers -# Example := -I$(INC_PATH) -I$(MYSQL_ROOT)/ -I$(MYSQL_ROOT)/private/ -I$(MYSQL_ROOT)/extra/ # -MYSQL_HEADERS := +MYSQL_HEADERS := -I$(INC_PATH) -I$(MYSQL_ROOT)/ -I$(MYSQL_ROOT)/private/ -I$(MYSQL_ROOT)/extra/ # # Set DYNLIB=Y if you want to link MaxScale with dynamic embedded lib -# Values : | Y # DYNLIB := # # Set path to Embedded MySQL Server -# Example -# EMBEDDED_LIB := $(HOME)/usr/lib64 -# ifdef DYNLIB -# EMBEDDED_LIB := $(HOME)/usr/lib64/dynlib -# endif # -EMBEDDED_LIB := +EMBEDDED_LIB := $(HOME)/usr/lib64 ifdef DYNLIB - EMBEDDED_LIB := + EMBEDDED_LIB := $(HOME)/usr/lib64/dynlib endif - # # Set path to MySQL errors file -# Example := $(HOME)/usr/share/mysql -# -ERRMSG := +# +ERRMSG := $(HOME)/usr/share/mysql