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