Makefile revision 4480
4416N/A# The contents of this file are subject to the terms of the 4416N/A# Common Development and Distribution License (the "License"). 4416N/A# You may not use this file except in compliance with the License. 4416N/A# See the License for the specific language governing permissions 4416N/A# and limitations under the License. 4416N/A# When distributing Covered Code, include this CDDL HEADER in each 4416N/A# If applicable, add the following below this CDDL HEADER, with the 4416N/A# fields enclosed by brackets "[]" replaced with your own identifying 4416N/A# information: Portions Copyright [yyyy] [name of copyright owner] 4416N/A# Copyright (c) 2015, Oracle and/or its affiliates. All rights reserved. 4416N/A# Use GCC on S11 to work around build issues with Studio 12.1 4416N/A# Since we are sharing the source, regenerate configure here. 4416N/A# .conf files go under /etc, not /usr 4416N/A# var doesn't go under /usr either! 4480N/A# Disable SSLv2 and SSLv3 for security reasons 4416N/A# Adapted from PHP 5.3 Makefile. 4416N/A# Creates alternate versions of the scripts needed for building extensions 4416N/A# separately, since the generated versions of these scripts hardcode configuring 4416N/A# for a PHP that is installed on the system. 4416N/A sed -e 's%(cd "$$phpdir" && cp $$FILES_BUILD "$$builddir"/build)%(cd "$$phpdir/build" \&\& cp $$FILES_BUILD "$$builddir"/build)%' | \ 4416N/A# The test results are unstable between runs