diff -r adc592c67ee4 -r 47c675945a45 components/python/mysql/Makefile --- a/components/python/mysql/Makefile Wed Nov 20 15:46:14 2013 +0100 +++ b/components/python/mysql/Makefile Thu Jan 09 22:44:58 2014 -0800 @@ -20,12 +20,12 @@ # # -# Copyright (c) 2013, Oracle and/or its affiliates. All rights reserved. +# Copyright (c) 2014, Oracle and/or its affiliates. All rights reserved. # include ../../../make-rules/shared-macros.mk -PATH=/usr/mysql/bin:/usr/bin:/usr/gnu/bin +PATH=/usr/mysql/5.1/bin:/usr/bin:/usr/gnu/bin COMPONENT_NAME= MySQL-python COMPONENT_VERSION= 1.2.2 @@ -41,7 +41,7 @@ include $(WS_TOP)/make-rules/setup.py.mk include $(WS_TOP)/make-rules/ips.mk -CFLAGS += -L/usr/mysql/lib/mysql -R/usr/mysql/lib/mysql +CFLAGS += -L/usr/mysql/5.1/lib/mysql -R/usr/mysql/5.1/lib/mysql # common targets build: $(BUILD_32)