components/mysql-5-5/Makefile
author Gipson Pulla <gipson.pulla@oracle.com>
Fri, 11 Mar 2016 10:00:16 -0800
changeset 5593 952d22fd02f4
parent 4746 8e237ffd0a48
child 5682 94c0ca64c022
permissions -rw-r--r--
22739240 Upgrade MySQL 5.5 to 5.5.48 on Solaris 22900369 problem in DATABASE/MYSQL
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
1541
b62d499c009a PSARC 2013/333 Update MySQL to 5.5; EOF MySQL 5.1
Akhil Mohan <akhil.mohan@oracle.com>
parents:
diff changeset
     1
#
b62d499c009a PSARC 2013/333 Update MySQL to 5.5; EOF MySQL 5.1
Akhil Mohan <akhil.mohan@oracle.com>
parents:
diff changeset
     2
# CDDL HEADER START
b62d499c009a PSARC 2013/333 Update MySQL to 5.5; EOF MySQL 5.1
Akhil Mohan <akhil.mohan@oracle.com>
parents:
diff changeset
     3
#
b62d499c009a PSARC 2013/333 Update MySQL to 5.5; EOF MySQL 5.1
Akhil Mohan <akhil.mohan@oracle.com>
parents:
diff changeset
     4
# The contents of this file are subject to the terms of the
b62d499c009a PSARC 2013/333 Update MySQL to 5.5; EOF MySQL 5.1
Akhil Mohan <akhil.mohan@oracle.com>
parents:
diff changeset
     5
# Common Development and Distribution License (the "License").
b62d499c009a PSARC 2013/333 Update MySQL to 5.5; EOF MySQL 5.1
Akhil Mohan <akhil.mohan@oracle.com>
parents:
diff changeset
     6
# You may not use this file except in compliance with the License.
b62d499c009a PSARC 2013/333 Update MySQL to 5.5; EOF MySQL 5.1
Akhil Mohan <akhil.mohan@oracle.com>
parents:
diff changeset
     7
#
b62d499c009a PSARC 2013/333 Update MySQL to 5.5; EOF MySQL 5.1
Akhil Mohan <akhil.mohan@oracle.com>
parents:
diff changeset
     8
# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
b62d499c009a PSARC 2013/333 Update MySQL to 5.5; EOF MySQL 5.1
Akhil Mohan <akhil.mohan@oracle.com>
parents:
diff changeset
     9
# or http://www.opensolaris.org/os/licensing.
b62d499c009a PSARC 2013/333 Update MySQL to 5.5; EOF MySQL 5.1
Akhil Mohan <akhil.mohan@oracle.com>
parents:
diff changeset
    10
# See the License for the specific language governing permissions
b62d499c009a PSARC 2013/333 Update MySQL to 5.5; EOF MySQL 5.1
Akhil Mohan <akhil.mohan@oracle.com>
parents:
diff changeset
    11
# and limitations under the License.
b62d499c009a PSARC 2013/333 Update MySQL to 5.5; EOF MySQL 5.1
Akhil Mohan <akhil.mohan@oracle.com>
parents:
diff changeset
    12
#
b62d499c009a PSARC 2013/333 Update MySQL to 5.5; EOF MySQL 5.1
Akhil Mohan <akhil.mohan@oracle.com>
parents:
diff changeset
    13
# When distributing Covered Code, include this CDDL HEADER in each
b62d499c009a PSARC 2013/333 Update MySQL to 5.5; EOF MySQL 5.1
Akhil Mohan <akhil.mohan@oracle.com>
parents:
diff changeset
    14
# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
b62d499c009a PSARC 2013/333 Update MySQL to 5.5; EOF MySQL 5.1
Akhil Mohan <akhil.mohan@oracle.com>
parents:
diff changeset
    15
# If applicable, add the following below this CDDL HEADER, with the
b62d499c009a PSARC 2013/333 Update MySQL to 5.5; EOF MySQL 5.1
Akhil Mohan <akhil.mohan@oracle.com>
parents:
diff changeset
    16
# fields enclosed by brackets "[]" replaced with your own identifying
b62d499c009a PSARC 2013/333 Update MySQL to 5.5; EOF MySQL 5.1
Akhil Mohan <akhil.mohan@oracle.com>
parents:
diff changeset
    17
# information: Portions Copyright [yyyy] [name of copyright owner]
b62d499c009a PSARC 2013/333 Update MySQL to 5.5; EOF MySQL 5.1
Akhil Mohan <akhil.mohan@oracle.com>
parents:
diff changeset
    18
#
b62d499c009a PSARC 2013/333 Update MySQL to 5.5; EOF MySQL 5.1
Akhil Mohan <akhil.mohan@oracle.com>
parents:
diff changeset
    19
# CDDL HEADER END
b62d499c009a PSARC 2013/333 Update MySQL to 5.5; EOF MySQL 5.1
Akhil Mohan <akhil.mohan@oracle.com>
parents:
diff changeset
    20
#
5593
952d22fd02f4 22739240 Upgrade MySQL 5.5 to 5.5.48 on Solaris
Gipson Pulla <gipson.pulla@oracle.com>
parents: 4746
diff changeset
    21
# Copyright (c) 2013, 2016, Oracle and/or its affiliates. All rights reserved.
1541
b62d499c009a PSARC 2013/333 Update MySQL to 5.5; EOF MySQL 5.1
Akhil Mohan <akhil.mohan@oracle.com>
parents:
diff changeset
    22
#
1961
9d3d037fabad 18339670 mysql compiler questions (parfait workaround)
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents: 1950
diff changeset
    23
9d3d037fabad 18339670 mysql compiler questions (parfait workaround)
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents: 1950
diff changeset
    24
export PARFAIT_BUILD=no
9d3d037fabad 18339670 mysql compiler questions (parfait workaround)
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents: 1950
diff changeset
    25
1541
b62d499c009a PSARC 2013/333 Update MySQL to 5.5; EOF MySQL 5.1
Akhil Mohan <akhil.mohan@oracle.com>
parents:
diff changeset
    26
include ../../make-rules/shared-macros.mk
b62d499c009a PSARC 2013/333 Update MySQL to 5.5; EOF MySQL 5.1
Akhil Mohan <akhil.mohan@oracle.com>
parents:
diff changeset
    27
b62d499c009a PSARC 2013/333 Update MySQL to 5.5; EOF MySQL 5.1
Akhil Mohan <akhil.mohan@oracle.com>
parents:
diff changeset
    28
COMPONENT_NAME        = mysql
5593
952d22fd02f4 22739240 Upgrade MySQL 5.5 to 5.5.48 on Solaris
Gipson Pulla <gipson.pulla@oracle.com>
parents: 4746
diff changeset
    29
COMPONENT_VERSION     = 5.5.48
1541
b62d499c009a PSARC 2013/333 Update MySQL to 5.5; EOF MySQL 5.1
Akhil Mohan <akhil.mohan@oracle.com>
parents:
diff changeset
    30
COMPONENT_SRC         = $(COMPONENT_NAME)-$(COMPONENT_VERSION)
b62d499c009a PSARC 2013/333 Update MySQL to 5.5; EOF MySQL 5.1
Akhil Mohan <akhil.mohan@oracle.com>
parents:
diff changeset
    31
COMPONENT_ARCHIVE     = $(COMPONENT_SRC).tar.gz
b62d499c009a PSARC 2013/333 Update MySQL to 5.5; EOF MySQL 5.1
Akhil Mohan <akhil.mohan@oracle.com>
parents:
diff changeset
    32
COMPONENT_ARCHIVE_HASH= \
5593
952d22fd02f4 22739240 Upgrade MySQL 5.5 to 5.5.48 on Solaris
Gipson Pulla <gipson.pulla@oracle.com>
parents: 4746
diff changeset
    33
    sha256:cc3f8745879eee0508de1a70fc2d267a2d06b7433faa8bb07a787768dcfed781
952d22fd02f4 22739240 Upgrade MySQL 5.5 to 5.5.48 on Solaris
Gipson Pulla <gipson.pulla@oracle.com>
parents: 4746
diff changeset
    34
COMPONENT_ARCHIVE_URL = http://cdn.mysql.com/Downloads/MySQL-5.5/$(COMPONENT_ARCHIVE)
1541
b62d499c009a PSARC 2013/333 Update MySQL to 5.5; EOF MySQL 5.1
Akhil Mohan <akhil.mohan@oracle.com>
parents:
diff changeset
    35
COMPONENT_PROJECT_URL = http://dev.mysql.com/ 
b62d499c009a PSARC 2013/333 Update MySQL to 5.5; EOF MySQL 5.1
Akhil Mohan <akhil.mohan@oracle.com>
parents:
diff changeset
    36
COMPONENT_BUGDB       = database/mysql
b62d499c009a PSARC 2013/333 Update MySQL to 5.5; EOF MySQL 5.1
Akhil Mohan <akhil.mohan@oracle.com>
parents:
diff changeset
    37
5593
952d22fd02f4 22739240 Upgrade MySQL 5.5 to 5.5.48 on Solaris
Gipson Pulla <gipson.pulla@oracle.com>
parents: 4746
diff changeset
    38
# MySQL doesn't like cloning
952d22fd02f4 22739240 Upgrade MySQL 5.5 to 5.5.48 on Solaris
Gipson Pulla <gipson.pulla@oracle.com>
parents: 4746
diff changeset
    39
CLONEY = echo
952d22fd02f4 22739240 Upgrade MySQL 5.5 to 5.5.48 on Solaris
Gipson Pulla <gipson.pulla@oracle.com>
parents: 4746
diff changeset
    40
COMPONENT_PRE_BUILD_ACTION += \
952d22fd02f4 22739240 Upgrade MySQL 5.5 to 5.5.48 on Solaris
Gipson Pulla <gipson.pulla@oracle.com>
parents: 4746
diff changeset
    41
  $(CP) -rp $(SOURCE_DIR)/* $(@D);
952d22fd02f4 22739240 Upgrade MySQL 5.5 to 5.5.48 on Solaris
Gipson Pulla <gipson.pulla@oracle.com>
parents: 4746
diff changeset
    42
3817
30b42c38bbc4 15786608 SUNBT7162754 create new meta package developer/opensolaris/userland
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 1961
diff changeset
    43
include $(WS_MAKE_RULES)/prep.mk
30b42c38bbc4 15786608 SUNBT7162754 create new meta package developer/opensolaris/userland
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 1961
diff changeset
    44
include $(WS_MAKE_RULES)/ips.mk
5593
952d22fd02f4 22739240 Upgrade MySQL 5.5 to 5.5.48 on Solaris
Gipson Pulla <gipson.pulla@oracle.com>
parents: 4746
diff changeset
    45
include $(WS_MAKE_RULES)/cmake.mk
952d22fd02f4 22739240 Upgrade MySQL 5.5 to 5.5.48 on Solaris
Gipson Pulla <gipson.pulla@oracle.com>
parents: 4746
diff changeset
    46
952d22fd02f4 22739240 Upgrade MySQL 5.5 to 5.5.48 on Solaris
Gipson Pulla <gipson.pulla@oracle.com>
parents: 4746
diff changeset
    47
# Remove "-z ignore" to avoid link problem, missing C++ runtime
952d22fd02f4 22739240 Upgrade MySQL 5.5 to 5.5.48 on Solaris
Gipson Pulla <gipson.pulla@oracle.com>
parents: 4746
diff changeset
    48
# references in libmysqlclient.so
952d22fd02f4 22739240 Upgrade MySQL 5.5 to 5.5.48 on Solaris
Gipson Pulla <gipson.pulla@oracle.com>
parents: 4746
diff changeset
    49
LD_Z_IGNORE =
1541
b62d499c009a PSARC 2013/333 Update MySQL to 5.5; EOF MySQL 5.1
Akhil Mohan <akhil.mohan@oracle.com>
parents:
diff changeset
    50
b62d499c009a PSARC 2013/333 Update MySQL to 5.5; EOF MySQL 5.1
Akhil Mohan <akhil.mohan@oracle.com>
parents:
diff changeset
    51
# Enable ASLR for this component
b62d499c009a PSARC 2013/333 Update MySQL to 5.5; EOF MySQL 5.1
Akhil Mohan <akhil.mohan@oracle.com>
parents:
diff changeset
    52
ASLR_MODE           = $(ASLR_ENABLE)
b62d499c009a PSARC 2013/333 Update MySQL to 5.5; EOF MySQL 5.1
Akhil Mohan <akhil.mohan@oracle.com>
parents:
diff changeset
    53
b62d499c009a PSARC 2013/333 Update MySQL to 5.5; EOF MySQL 5.1
Akhil Mohan <akhil.mohan@oracle.com>
parents:
diff changeset
    54
# This component uses cmake to generate Makefiles and thus does not
b62d499c009a PSARC 2013/333 Update MySQL to 5.5; EOF MySQL 5.1
Akhil Mohan <akhil.mohan@oracle.com>
parents:
diff changeset
    55
# run any configure script
b62d499c009a PSARC 2013/333 Update MySQL to 5.5; EOF MySQL 5.1
Akhil Mohan <akhil.mohan@oracle.com>
parents:
diff changeset
    56
CMAKE_PREFIX        = /usr/mysql/5.5
b62d499c009a PSARC 2013/333 Update MySQL to 5.5; EOF MySQL 5.1
Akhil Mohan <akhil.mohan@oracle.com>
parents:
diff changeset
    57
CONFDIR             = /etc/mysql/5.5
b62d499c009a PSARC 2013/333 Update MySQL to 5.5; EOF MySQL 5.1
Akhil Mohan <akhil.mohan@oracle.com>
parents:
diff changeset
    58
DATA_PREFIX         = /var/mysql/5.5
b62d499c009a PSARC 2013/333 Update MySQL to 5.5; EOF MySQL 5.1
Akhil Mohan <akhil.mohan@oracle.com>
parents:
diff changeset
    59
b62d499c009a PSARC 2013/333 Update MySQL to 5.5; EOF MySQL 5.1
Akhil Mohan <akhil.mohan@oracle.com>
parents:
diff changeset
    60
CMAKE_BINDIR.32     = bin/$(MACH32)
b62d499c009a PSARC 2013/333 Update MySQL to 5.5; EOF MySQL 5.1
Akhil Mohan <akhil.mohan@oracle.com>
parents:
diff changeset
    61
CMAKE_BINDIR.64     = bin
b62d499c009a PSARC 2013/333 Update MySQL to 5.5; EOF MySQL 5.1
Akhil Mohan <akhil.mohan@oracle.com>
parents:
diff changeset
    62
CMAKE_LIBDIR.32     = lib
b62d499c009a PSARC 2013/333 Update MySQL to 5.5; EOF MySQL 5.1
Akhil Mohan <akhil.mohan@oracle.com>
parents:
diff changeset
    63
CMAKE_LIBDIR.64     = lib/$(MACH64)
b62d499c009a PSARC 2013/333 Update MySQL to 5.5; EOF MySQL 5.1
Akhil Mohan <akhil.mohan@oracle.com>
parents:
diff changeset
    64
CMAKE_PLUGINDIR.32  = lib/plugin
b62d499c009a PSARC 2013/333 Update MySQL to 5.5; EOF MySQL 5.1
Akhil Mohan <akhil.mohan@oracle.com>
parents:
diff changeset
    65
CMAKE_PLUGINDIR.64  = lib/$(MACH64)/plugin
1950
16c7750a701f 18339670 mysql compiler questions
Laasya Moduludu <laasya.moduludu@oracle.com>
parents: 1541
diff changeset
    66
CMAKE_CFLAGS.64     = "-m64 -norunpath"
16c7750a701f 18339670 mysql compiler questions
Laasya Moduludu <laasya.moduludu@oracle.com>
parents: 1541
diff changeset
    67
CMAKE_CXXFLAGS.64   = "-m64 -norunpath"
16c7750a701f 18339670 mysql compiler questions
Laasya Moduludu <laasya.moduludu@oracle.com>
parents: 1541
diff changeset
    68
CMAKE_CFLAGS.32     = -norunpath
16c7750a701f 18339670 mysql compiler questions
Laasya Moduludu <laasya.moduludu@oracle.com>
parents: 1541
diff changeset
    69
CMAKE_CXXFLAGS.32   = -norunpath
1541
b62d499c009a PSARC 2013/333 Update MySQL to 5.5; EOF MySQL 5.1
Akhil Mohan <akhil.mohan@oracle.com>
parents:
diff changeset
    70
b62d499c009a PSARC 2013/333 Update MySQL to 5.5; EOF MySQL 5.1
Akhil Mohan <akhil.mohan@oracle.com>
parents:
diff changeset
    71
# Providing component specific build options to cmake
b62d499c009a PSARC 2013/333 Update MySQL to 5.5; EOF MySQL 5.1
Akhil Mohan <akhil.mohan@oracle.com>
parents:
diff changeset
    72
CMAKE_OPTIONS += -DBUILD_CONFIG=mysql_release
b62d499c009a PSARC 2013/333 Update MySQL to 5.5; EOF MySQL 5.1
Akhil Mohan <akhil.mohan@oracle.com>
parents:
diff changeset
    73
CMAKE_OPTIONS += -DINSTALL_LAYOUT=STANDALONE
b62d499c009a PSARC 2013/333 Update MySQL to 5.5; EOF MySQL 5.1
Akhil Mohan <akhil.mohan@oracle.com>
parents:
diff changeset
    74
CMAKE_OPTIONS += -DCMAKE_INSTALL_PREFIX=$(CMAKE_PREFIX)
b62d499c009a PSARC 2013/333 Update MySQL to 5.5; EOF MySQL 5.1
Akhil Mohan <akhil.mohan@oracle.com>
parents:
diff changeset
    75
CMAKE_OPTIONS += -DINSTALL_BINDIR=$(CMAKE_BINDIR.$(BITS))
b62d499c009a PSARC 2013/333 Update MySQL to 5.5; EOF MySQL 5.1
Akhil Mohan <akhil.mohan@oracle.com>
parents:
diff changeset
    76
CMAKE_OPTIONS += -DINSTALL_SBINDIR=$(CMAKE_BINDIR.$(BITS))
b62d499c009a PSARC 2013/333 Update MySQL to 5.5; EOF MySQL 5.1
Akhil Mohan <akhil.mohan@oracle.com>
parents:
diff changeset
    77
CMAKE_OPTIONS += -DINSTALL_SCRIPTDIR=$(CMAKE_BINDIR.$(BITS))
b62d499c009a PSARC 2013/333 Update MySQL to 5.5; EOF MySQL 5.1
Akhil Mohan <akhil.mohan@oracle.com>
parents:
diff changeset
    78
CMAKE_OPTIONS += -DINSTALL_LIBDIR=$(CMAKE_LIBDIR.$(BITS))
b62d499c009a PSARC 2013/333 Update MySQL to 5.5; EOF MySQL 5.1
Akhil Mohan <akhil.mohan@oracle.com>
parents:
diff changeset
    79
CMAKE_OPTIONS += -DINSTALL_PLUGINDIR=$(CMAKE_PLUGINDIR.$(BITS))
b62d499c009a PSARC 2013/333 Update MySQL to 5.5; EOF MySQL 5.1
Akhil Mohan <akhil.mohan@oracle.com>
parents:
diff changeset
    80
CMAKE_OPTIONS += -DSYSCONFDIR=$(CONFDIR)
b62d499c009a PSARC 2013/333 Update MySQL to 5.5; EOF MySQL 5.1
Akhil Mohan <akhil.mohan@oracle.com>
parents:
diff changeset
    81
CMAKE_OPTIONS += -DMYSQL_DATADIR=$(DATA_PREFIX)
b62d499c009a PSARC 2013/333 Update MySQL to 5.5; EOF MySQL 5.1
Akhil Mohan <akhil.mohan@oracle.com>
parents:
diff changeset
    82
CMAKE_OPTIONS += -DWITH_SSL=bundled
b62d499c009a PSARC 2013/333 Update MySQL to 5.5; EOF MySQL 5.1
Akhil Mohan <akhil.mohan@oracle.com>
parents:
diff changeset
    83
CMAKE_OPTIONS += -DWITH_READLINE=ON
b62d499c009a PSARC 2013/333 Update MySQL to 5.5; EOF MySQL 5.1
Akhil Mohan <akhil.mohan@oracle.com>
parents:
diff changeset
    84
CMAKE_OPTIONS += -DENABLE_DTRACE=1
b62d499c009a PSARC 2013/333 Update MySQL to 5.5; EOF MySQL 5.1
Akhil Mohan <akhil.mohan@oracle.com>
parents:
diff changeset
    85
CMAKE_OPTIONS += -DWITH_EXTRA_CHARSETS=complex
b62d499c009a PSARC 2013/333 Update MySQL to 5.5; EOF MySQL 5.1
Akhil Mohan <akhil.mohan@oracle.com>
parents:
diff changeset
    86
CMAKE_OPTIONS += -DENABLED_LOCAL_INFILE=ON
b62d499c009a PSARC 2013/333 Update MySQL to 5.5; EOF MySQL 5.1
Akhil Mohan <akhil.mohan@oracle.com>
parents:
diff changeset
    87
CMAKE_OPTIONS += -DWITH_ARCHIVE_STORAGE_ENGINE=1
b62d499c009a PSARC 2013/333 Update MySQL to 5.5; EOF MySQL 5.1
Akhil Mohan <akhil.mohan@oracle.com>
parents:
diff changeset
    88
CMAKE_OPTIONS += -DWITH_BLACKHOLE_STORAGE_ENGINE=1
b62d499c009a PSARC 2013/333 Update MySQL to 5.5; EOF MySQL 5.1
Akhil Mohan <akhil.mohan@oracle.com>
parents:
diff changeset
    89
CMAKE_OPTIONS += -DWITH_EXAMPLE_STORAGE_ENGINE=1
b62d499c009a PSARC 2013/333 Update MySQL to 5.5; EOF MySQL 5.1
Akhil Mohan <akhil.mohan@oracle.com>
parents:
diff changeset
    90
CMAKE_OPTIONS += -DWITH_FEDERATED_STORAGE_ENGINE=1
b62d499c009a PSARC 2013/333 Update MySQL to 5.5; EOF MySQL 5.1
Akhil Mohan <akhil.mohan@oracle.com>
parents:
diff changeset
    91
CMAKE_OPTIONS += -DWITH_INNOBASE_STORAGE_ENGINE=1
1950
16c7750a701f 18339670 mysql compiler questions
Laasya Moduludu <laasya.moduludu@oracle.com>
parents: 1541
diff changeset
    92
CMAKE_OPTIONS += -DCMAKE_EXE_LINKER_FLAGS="-norunpath"
1541
b62d499c009a PSARC 2013/333 Update MySQL to 5.5; EOF MySQL 5.1
Akhil Mohan <akhil.mohan@oracle.com>
parents:
diff changeset
    93
CMAKE_OPTIONS += -DCMAKE_C_FLAGS=$(CMAKE_CFLAGS.$(BITS))
b62d499c009a PSARC 2013/333 Update MySQL to 5.5; EOF MySQL 5.1
Akhil Mohan <akhil.mohan@oracle.com>
parents:
diff changeset
    94
CMAKE_OPTIONS += -DCMAKE_CXX_FLAGS=$(CMAKE_CXXFLAGS.$(BITS))
b62d499c009a PSARC 2013/333 Update MySQL to 5.5; EOF MySQL 5.1
Akhil Mohan <akhil.mohan@oracle.com>
parents:
diff changeset
    95
CMAKE_OPTIONS += '-DCOMPILATION_COMMENT=MySQL Community Server (GPL)'
b62d499c009a PSARC 2013/333 Update MySQL to 5.5; EOF MySQL 5.1
Akhil Mohan <akhil.mohan@oracle.com>
parents:
diff changeset
    96
CMAKE_OPTIONS += -DFEATURE_SET=community
b62d499c009a PSARC 2013/333 Update MySQL to 5.5; EOF MySQL 5.1
Akhil Mohan <akhil.mohan@oracle.com>
parents:
diff changeset
    97
b62d499c009a PSARC 2013/333 Update MySQL to 5.5; EOF MySQL 5.1
Akhil Mohan <akhil.mohan@oracle.com>
parents:
diff changeset
    98
build: $(BUILD_32_and_64)
b62d499c009a PSARC 2013/333 Update MySQL to 5.5; EOF MySQL 5.1
Akhil Mohan <akhil.mohan@oracle.com>
parents:
diff changeset
    99
b62d499c009a PSARC 2013/333 Update MySQL to 5.5; EOF MySQL 5.1
Akhil Mohan <akhil.mohan@oracle.com>
parents:
diff changeset
   100
install: $(INSTALL_32_and_64)
b62d499c009a PSARC 2013/333 Update MySQL to 5.5; EOF MySQL 5.1
Akhil Mohan <akhil.mohan@oracle.com>
parents:
diff changeset
   101
b62d499c009a PSARC 2013/333 Update MySQL to 5.5; EOF MySQL 5.1
Akhil Mohan <akhil.mohan@oracle.com>
parents:
diff changeset
   102
test: $(NO_TESTS)
b62d499c009a PSARC 2013/333 Update MySQL to 5.5; EOF MySQL 5.1
Akhil Mohan <akhil.mohan@oracle.com>
parents:
diff changeset
   103
5593
952d22fd02f4 22739240 Upgrade MySQL 5.5 to 5.5.48 on Solaris
Gipson Pulla <gipson.pulla@oracle.com>
parents: 4746
diff changeset
   104
system-test: $(NO_TESTS)
4339
6501cf9c29f9 21116842 add system-test targets to each component Makefile and to top-level Makefiles
Stacy Yeh <stacy.yeh@oracle.com>
parents: 3817
diff changeset
   105
3817
30b42c38bbc4 15786608 SUNBT7162754 create new meta package developer/opensolaris/userland
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 1961
diff changeset
   106
REQUIRED_PACKAGES += library/security/openssl
30b42c38bbc4 15786608 SUNBT7162754 create new meta package developer/opensolaris/userland
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 1961
diff changeset
   107
REQUIRED_PACKAGES += runtime/perl-512
4746
8e237ffd0a48 20995635 Perl TK needs to be upgraded to work with Perl 5.20
Bill Rushmore <bill.rushmore@oracle.com>
parents: 4510
diff changeset
   108
REQUIRED_PACKAGES += runtime/perl-520
3817
30b42c38bbc4 15786608 SUNBT7162754 create new meta package developer/opensolaris/userland
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 1961
diff changeset
   109
REQUIRED_PACKAGES += shell/ksh93
30b42c38bbc4 15786608 SUNBT7162754 create new meta package developer/opensolaris/userland
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 1961
diff changeset
   110
REQUIRED_PACKAGES += system/core-os
30b42c38bbc4 15786608 SUNBT7162754 create new meta package developer/opensolaris/userland
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 1961
diff changeset
   111
REQUIRED_PACKAGES += system/library/c++-runtime
30b42c38bbc4 15786608 SUNBT7162754 create new meta package developer/opensolaris/userland
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 1961
diff changeset
   112
REQUIRED_PACKAGES += system/library/math
30b42c38bbc4 15786608 SUNBT7162754 create new meta package developer/opensolaris/userland
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 1961
diff changeset
   113
REQUIRED_PACKAGES += system/network