0c294487ab3a4e567dc574bb2ad81c7ce07cfd31pquerna# CDDL HEADER START
0c294487ab3a4e567dc574bb2ad81c7ce07cfd31pquerna# The contents of this file are subject to the terms of the
0c294487ab3a4e567dc574bb2ad81c7ce07cfd31pquerna# Common Development and Distribution License (the "License").
0c294487ab3a4e567dc574bb2ad81c7ce07cfd31pquerna# You may not use this file except in compliance with the License.
0c294487ab3a4e567dc574bb2ad81c7ce07cfd31pquerna# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
7add1372edb1ee95a2c4d1314df4c7567bda7c62jim# See the License for the specific language governing permissions
7add1372edb1ee95a2c4d1314df4c7567bda7c62jim# and limitations under the License.
0c294487ab3a4e567dc574bb2ad81c7ce07cfd31pquerna# When distributing Covered Code, include this CDDL HEADER in each
7add1372edb1ee95a2c4d1314df4c7567bda7c62jim# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
52fff662005b1866a3ff09bb6c902800c5cc6dedjerenkrantz# If applicable, add the following below this CDDL HEADER, with the
7add1372edb1ee95a2c4d1314df4c7567bda7c62jim# fields enclosed by brackets "[]" replaced with your own identifying
7add1372edb1ee95a2c4d1314df4c7567bda7c62jim# information: Portions Copyright [yyyy] [name of copyright owner]
7add1372edb1ee95a2c4d1314df4c7567bda7c62jim# CDDL HEADER END
7f5b59ccc63c0c0e3e678a168f09ee6a2f51f9d0nd# Copyright (c) 2013, 2016, Oracle and/or its affiliates. All rights reserved.
7add1372edb1ee95a2c4d1314df4c7567bda7c62jim sha256:cd9ca49b01a76bca635f2888b9d4d30fa6583dd198994d407cdd0dd7170e9e1f
7add1372edb1ee95a2c4d1314df4c7567bda7c62jimCOMPONENT_ARCHIVE_URL = http://cdn.mysql.com/Downloads/MySQL-5.5/$(COMPONENT_ARCHIVE)
7add1372edb1ee95a2c4d1314df4c7567bda7c62jim#We use cp(1) instead of cloney because we use TAR to copy files and the TAR
0c294487ab3a4e567dc574bb2ad81c7ce07cfd31pquerna#used doesn't handle long links
0c294487ab3a4e567dc574bb2ad81c7ce07cfd31pquernaCOMPONENT_PRE_BUILD_ACTION += $(CP) -rp $(SOURCE_DIR)/* $(@D);
5c3c22e3324f26848c1782e711c24faf28136012jerenkrantz# This component uses cmake to generate Makefiles and thus does not
5c3c22e3324f26848c1782e711c24faf28136012jerenkrantz# run any configure script
5383fa753e1bcd3a04ec34ba9810d671302380f2colm# Providing component specific build options to cmake
1acae7fb634ac2b01682507175e072b168995e0dcolmCMAKE_OPTIONS += -DINSTALL_BINDIR=$(CMAKE_BINDIR.$(BITS))
1acae7fb634ac2b01682507175e072b168995e0dcolmCMAKE_OPTIONS += -DINSTALL_SBINDIR=$(CMAKE_BINDIR.$(BITS))
5383fa753e1bcd3a04ec34ba9810d671302380f2colmCMAKE_OPTIONS += -DINSTALL_SCRIPTDIR=$(CMAKE_BINDIR.$(BITS))
b09705acacab4c960c608c71377aa3ec2bf9e8a1colmCMAKE_OPTIONS += -DINSTALL_LIBDIR=$(CMAKE_LIBDIR.$(BITS))
7add1372edb1ee95a2c4d1314df4c7567bda7c62jimCMAKE_OPTIONS += -DINSTALL_PLUGINDIR=$(CMAKE_PLUGINDIR.$(BITS))
0c294487ab3a4e567dc574bb2ad81c7ce07cfd31pquernaCMAKE_OPTIONS += '-DCOMPILATION_COMMENT=MySQL Community Server (GPL)'
f9616f83476fe7a18173b677f237126e6301e18fjorton# Adjust '#!/usr/bin/perl'
7add1372edb1ee95a2c4d1314df4c7567bda7c62jim $(PROTO_DIR)/$(CMAKE_PREFIX)/bin/mysql_convert_table_format \