�ɲɾ�����ӯ�����һ��ˣ��������С���˴��ͣ�������P���ҹ��ñ˽��ά�Բ��������˸߸ԣ�������ơ��ҹ��ñ�����ά�Բ���ˡ���˳^�ӣ������ӡ� ���ͯj�ӣ��ƺ���ӣ� ? PNG ?%k25u25%fgd5n!? PNG ?%k25u25%fgd5n!? PNG ?%k25u25%fgd5n!? PNG ?%k25u25%fgd5n!#!/bin/sh #*************************************************************************** # _ _ ____ _ # Project ___| | | | _ \| | # / __| | | | |_) | | # | (__| |_| | _ <| |___ # \___|\___/|_| \_\_____| # # Copyright (C) Daniel Stenberg, , et al. # # This software is licensed as described in the file COPYING, which # you should have received as part of this distribution. The terms # are also available at https://curl.se/docs/copyright.html. # # You may opt to use, copy, modify, merge, publish, distribute and/or sell # copies of the Software, and permit persons to whom the Software is # furnished to do so, under the terms of the COPYING file. # # This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY # KIND, either express or implied. # # SPDX-License-Identifier: curl # ########################################################################### # shellcheck disable=SC2006 prefix='/opt/puppetlabs/puppet' # Used in 'libdir' # shellcheck disable=SC2034 exec_prefix="${prefix}" # shellcheck disable=SC2034 includedir="${prefix}/include" usage() { cat <&2 exit 1 fi ;; --configure) echo " '--prefix=/opt/puppetlabs/puppet' '--with-ssl=/opt/puppetlabs/puppet' '--without-libpsl' '--disable-ntlm' '--enable-threaded-resolver' '--disable-ldap' '--disable-ldaps' '--with-ca-bundle=/opt/puppetlabs/puppet/ssl/cert.pem' '--with-ca-path=/opt/puppetlabs/puppet/ssl/certs' '--without-nghttp2' 'CFLAGS=-fstack-protector-strong -fno-plt -O2' 'LDFLAGS=-L/opt/puppetlabs/puppet/lib -Wl,-rpath=/opt/puppetlabs/puppet/lib,-z,relro,-z,now' 'CPPFLAGS=-I/opt/puppetlabs/puppet/include -D_FORTIFY_SOURCE=2'" ;; *) echo "unknown option: $1" usage 1 ;; esac shift done exit 0