#! /bin/sh #*************************************************************************** # _ _ ____ _ # Project ___| | | | _ \| | # / __| | | | |_) | | # | (__| |_| | _ <| |___ # \___|\___/|_| \_\_____| # # Copyright (C) 2001 - 2018, 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.haxx.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. # ########################################################################### prefix=FIXMESTAGINGDIRHOST/usr exec_prefix=FIXMESTAGINGDIRHOST/usr includedir=FIXMESTAGINGDIRHOST/usr/include cppflag_curl_staticlib= usage() { cat <&2 exit 1 fi ;; --configure) echo " '--build=x86_64-linux' '--host=x86_64-linux' '--target=x86_64-linux' '--prefix=FIXMESTAGINGDIRHOST/usr' '--exec_prefix=FIXMESTAGINGDIRHOST/usr' '--bindir=FIXMESTAGINGDIRHOST/usr/bin' '--sbindir=FIXMESTAGINGDIRHOST/usr/sbin' '--libexecdir=FIXMESTAGINGDIRHOST/usr/libexec' '--datadir=FIXMESTAGINGDIRHOST/usr/share' '--sysconfdir=FIXMESTAGINGDIRHOST/etc' '--sharedstatedir=FIXMESTAGINGDIRHOST/com' '--localstatedir=FIXMESTAGINGDIRHOST/var' '--libdir=FIXMESTAGINGDIRHOST/usr/lib' '--includedir=FIXMESTAGINGDIRHOST/usr/include' '--oldincludedir=FIXMESTAGINGDIRHOST/usr/include' '--infodir=FIXMESTAGINGDIRHOST/usr/share/info' '--mandir=FIXMESTAGINGDIRHOST/usr/share/man' '--disable-silent-rules' '--disable-dependency-tracking' '--disable-libcurl-option' '--disable-ntlm-wb' '--enable-crypto-auth' '--with-ca-bundle=FIXMESTAGINGDIRHOST/etc/ssl/certs/ca-certificates.crt' '--without-libmetalink' '--without-libpsl' '--disable-static' '--disable-ares' '--without-brotli' '--disable-manual' '--disable-dict' '--without-gnutls' '--disable-gopher' '--disable-imap' '--enable-ipv6' '--without-gssapi' '--disable-ldap' '--disable-ldaps' '--without-libidn2' '--without-libssh2' '--without-mbedtls' '--without-nghttp2' '--without-nss' '--disable-pop3' '--enable-proxy' '--without-librtmp' '--disable-rtsp' '--disable-smb' '--disable-smtp' '--with-ssl' '--with-random=/dev/urandom' '--disable-telnet' '--disable-tftp' '--enable-threaded-resolver' '--enable-verbose' '--with-zlib=FIXMESTAGINGDIRHOST/usr/lib/../' 'build_alias=x86_64-linux' 'host_alias=x86_64-linux' 'target_alias=x86_64-linux' 'CC=gcc ' 'CFLAGS=-isystemFIXMESTAGINGDIRHOST/usr/include -O2 -pipe' 'LDFLAGS=-LFIXMESTAGINGDIRHOST/usr/lib -LFIXMESTAGINGDIRHOST/lib -Wl,--enable-new-dtags -Wl,-rpath-link,FIXMESTAGINGDIRHOST/usr/lib -Wl,-rpath-link,FIXMESTAGINGDIRHOST/lib -Wl,-rpath,FIXMESTAGINGDIRHOST/usr/lib -Wl,-rpath,FIXMESTAGINGDIRHOST/lib -Wl,-O1 -Wl,--allow-shlib-undefined -Wl,--dynamic-linker=/home/rcar/www/s4sk/build/build-s4sk-gateway/tmp/sysroots-uninative/x86_64-linux/lib/ld-linux-x86-64.so.2' 'CPPFLAGS=-isystemFIXMESTAGINGDIRHOST/usr/include' 'CPP=gcc -E'" ;; *) echo "unknown option: $1" usage 1 ;; esac shift done exit 0