components/python/mysql/Makefile
branchs11-update
changeset 2890 47c675945a45
parent 2699 62ad843cf9dd
child 3661 47545fb8aed4
child 4156 4b1def16fe9b
--- 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)