6569N/A# The contents of this file are subject to the terms of the 6569N/A# Common Development and Distribution License (the "License"). 6569N/A# You may not use this file except in compliance with the License. 6569N/A# See the License for the specific language governing permissions 6569N/A# and limitations under the License. 6569N/A# When distributing Covered Code, include this CDDL HEADER in each 6569N/A# If applicable, add the following below this CDDL HEADER, with the 6569N/A# fields enclosed by brackets "[]" replaced with your own identifying 6569N/A# information: Portions Copyright [yyyy] [name of copyright owner] 6569N/A# Copyright (c) 2016, Oracle and/or its affiliates. All rights reserved. 6569N/A# MySQL 5.7 is compiled using GCC. Note that the MySQL Server 5.7 for 6569N/A# hybrid, the server part is compiled using GCC and the client library 6569N/A# is compiled using SunStudio and the "stlport4" C++ runtime 6569N/A# library. In this build both server and client is compiled using GCC. 6569N/A#We use cp(1) instead of cloney because we use TAR to copy files and the TAR 6569N/A#used doesn't handle long links 6569N/A# Enable ASLR for this component 6569N/A# MySQL being one of Oracle's own product doesn't require to have a TPNO 6569N/A# License number, but it uses Boost, which does have such a requirement. 6569N/A# This component uses cmake to generate Makefiles and thus does not 6569N/A# The install layout differs from "INSTALL_LAYOUT=STANDALONE" in that 6569N/A# we put scripts into the "bin" directory and the "lib" directory has 6569N/A# setting and let the MySQL CMake setup add the other flags. 6569N/A# For "lib", 64-bit uses subdir but 32-bit does not 6569N/A# Providing component specific build options to cmake