93N/A# The contents of this file are subject to the terms of the 93N/A# Common Development and Distribution License (the "License"). 93N/A# You may not use this file except in compliance with the License. 93N/A# See the License for the specific language governing permissions 93N/A# and limitations under the License. 93N/A# When distributing Covered Code, include this CDDL HEADER in each 93N/A# If applicable, add the following below this CDDL HEADER, with the 93N/A# fields enclosed by brackets "[]" replaced with your own identifying 93N/A# information: Portions Copyright [yyyy] [name of copyright owner] 5491N/A# Copyright (c) 2011, 2016, Oracle and/or its affiliates. All rights reserved. 2289N/A# Zsh uses the compiler to link, so we need to pass CC_BITS, not LD_BITS. 5680N/A# pcre-config --libs unnecessarily emits "-R$(USRLIBDIR64)"; we remove it so that it 2289N/A# doesn't end up in the binaries. 93N/A# Upgrading gawk would fix the problem, but for now, all we can do is change 2289N/A# The configure test for NIS tests to make sure that NIS is working, not whether 2289N/A# it's available to compile against. We actually want to go through the switch 2289N/A# in all cases, so we force it off, regardless of whether the build environment