components/python/mysql/Makefile
changeset 1541 b62d499c009a
parent 1434 c782e620dd26
child 1673 f4a923835a61
equal deleted inserted replaced
1540:8a2bd4df5c52 1541:b62d499c009a
    23 # Copyright (c) 2013, Oracle and/or its affiliates. All rights reserved.
    23 # Copyright (c) 2013, Oracle and/or its affiliates. All rights reserved.
    24 #
    24 #
    25 
    25 
    26 include ../../../make-rules/shared-macros.mk
    26 include ../../../make-rules/shared-macros.mk
    27 
    27 
    28 PATH=/usr/mysql/bin:/usr/bin:/usr/gnu/bin
    28 PATH=/usr/mysql/5.1/bin:/usr/bin:/usr/gnu/bin
    29 
    29 
    30 COMPONENT_NAME=		MySQL-python
    30 COMPONENT_NAME=		MySQL-python
    31 COMPONENT_VERSION=	1.2.2
    31 COMPONENT_VERSION=	1.2.2
    32 COMPONENT_PROJECT_URL=	http://sourceforge.net/projects/mysql-python
    32 COMPONENT_PROJECT_URL=	http://sourceforge.net/projects/mysql-python
    33 COMPONENT_SRC=		$(COMPONENT_NAME)-$(COMPONENT_VERSION)
    33 COMPONENT_SRC=		$(COMPONENT_NAME)-$(COMPONENT_VERSION)
    39 
    39 
    40 include $(WS_TOP)/make-rules/prep.mk
    40 include $(WS_TOP)/make-rules/prep.mk
    41 include $(WS_TOP)/make-rules/setup.py.mk
    41 include $(WS_TOP)/make-rules/setup.py.mk
    42 include $(WS_TOP)/make-rules/ips.mk
    42 include $(WS_TOP)/make-rules/ips.mk
    43 
    43 
    44 CFLAGS +=	-L/usr/mysql/lib/mysql -R/usr/mysql/lib/mysql
    44 CFLAGS +=	-L/usr/mysql/5.1/lib/mysql -R/usr/mysql/5.1/lib/mysql
    45 
    45 
    46 ASLR_MODE = $(ASLR_NOT_APPLICABLE)
    46 ASLR_MODE = $(ASLR_NOT_APPLICABLE)
    47 
    47 
    48 # common targets
    48 # common targets
    49 build:          $(BUILD_32)
    49 build:          $(BUILD_32)