5477N/A# The contents of this file are subject to the terms of the 5477N/A# Common Development and Distribution License (the "License"). 5477N/A# You may not use this file except in compliance with the License. 5477N/A# See the License for the specific language governing permissions 5477N/A# and limitations under the License. 5477N/A# When distributing Covered Code, include this CDDL HEADER in each 5477N/A# If applicable, add the following below this CDDL HEADER, with the 5477N/A# fields enclosed by brackets "[]" replaced with your own identifying 5477N/A# information: Portions Copyright [yyyy] [name of copyright owner] 5477N/A# Copyright (c) 2016, Oracle and/or its affiliates. All rights reserved. 5925N/A# This variable has no impact on perl build, it is here merely to satisfy 5925N/A# "modernized" gate infrastructure. The bitness of the module is driven by the 5925N/A# bitness of perl interpreter itself. That is hardcoded in 5795N/A '-e "/^Running Mkbootstrap/d" ' \
5477N/A '-e "s/[0-9][0-9]* wallclock secs (.*CPU)$$/<TIMINGS REMOVED>/" ' \
5795N/A '-e "/^PERL_DL_NONLAZY/d" ' \
5477N/A '-e "s/^\(\# sqlite_version=\)[0-9][0-9.]*/\1<USED SQLITE VERSION REMOVED>/" ' \
5795N/A '-e "s/^\(\# \$$DBI::VERSION=\)[0-9][0-9.]*/\1<REPORTED DBI VERSION REMOVED>/" ' \
5925N/A# DBD::Sqlite ships custom sqlite3 sources. We remove the sources to make sure 5925N/A# that we do not build/link against it. However just removing the files would 5925N/A# break the build process. The next best thing is to make the files empty. The 5925N/A# macro $(RM) is intentionaly not used here, as it contains '-f' parameter. 5925N/A# Using plain 'rm' makes the action fail if the files are not found. 5477N/A# This makes the configuration process a bit more chatty