components/mysql-common/Makefile
changeset 3817 30b42c38bbc4
parent 2225 f064d3d3190d
child 4196 d697072a92f5
equal deleted inserted replaced
3814:60344306d223 3817:30b42c38bbc4
    16 # fields enclosed by brackets "[]" replaced with your own identifying
    16 # fields enclosed by brackets "[]" replaced with your own identifying
    17 # information: Portions Copyright [yyyy] [name of copyright owner]
    17 # information: Portions Copyright [yyyy] [name of copyright owner]
    18 #
    18 #
    19 # CDDL HEADER END
    19 # CDDL HEADER END
    20 #
    20 #
    21 # Copyright (c) 2013, 2014, Oracle and/or its affiliates. All rights reserved.
    21 # Copyright (c) 2013, 2015, Oracle and/or its affiliates. All rights reserved.
    22 #
    22 #
    23 include ../../make-rules/shared-macros.mk
    23 include ../../make-rules/shared-macros.mk
    24 
    24 
    25 COMPONENT_NAME=		mysql-common
    25 COMPONENT_NAME=		mysql-common
    26 COMPONENT_VERSION=	5.11
    26 COMPONENT_VERSION=	5.11
    27 COMPONENT_PROJECT_URL=	http://dev.mysql.com/
    27 COMPONENT_PROJECT_URL=	http://dev.mysql.com/
    28 COMPONENT_BUGDB=	database/mysql
    28 COMPONENT_BUGDB=	database/mysql
    29 
    29 
    30 include $(WS_TOP)/make-rules/configure.mk
    30 include $(WS_MAKE_RULES)/configure.mk
    31 include $(WS_TOP)/make-rules/ips.mk
    31 include $(WS_MAKE_RULES)/ips.mk
    32 
    32 
    33 # ASLR Mode should be set as not applicable
    33 # ASLR Mode should be set as not applicable
    34 ASLR_MODE = $(ASLR_NOT_APPLICABLE)
    34 ASLR_MODE = $(ASLR_NOT_APPLICABLE)
    35 
    35 
    36 # nothing to download or build; just package
    36 # nothing to download or build; just package
    37 download prep configure build install test:
    37 download::
    38 
    38 prep configure build install test:
    39 BUILD_PKG_DEPENDENCIES =	$(BUILD_TOOLS)
       
    40 
    39 
    41 clobber:	clean
    40 clobber:	clean
       
    41 
       
    42 REQUIRED_PACKAGES += shell/ksh93
       
    43 REQUIRED_PACKAGES += system/core-os
       
    44 REQUIRED_PACKAGES += system/network