#! /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 # ########################################################################### prefix="/" exec_prefix=${prefix} includedir=${prefix}/include cppflag_curl_staticlib=-DCURL_STATICLIB usage() { cat <&2 exit 1 fi ;; --configure) echo " '--disable-shared' '--enable-static' '--prefix=/' '--bindir=${prefix}/bin' '--sbindir=${prefix}/bin' '--libdir=${prefix}/lib' '--includedir=${prefix}/include' '--oldincludedir=${prefix}/include' '--host=i686-linux-gnu' '--build=x86_64-linux-gnu' '--with-libidn2=no' '--with-librtmp=no' '--with-libpsl=no' '--with-libgsasl=no' '--with-schannel=no' '--with-secure-transport=no' '--with-brotli=no' '--enable-shared=no' '--enable-static=yes' '--enable-dict=yes' '--enable-file=yes' '--enable-ftp=yes' '--enable-gopher=yes' '--enable-http=yes' '--enable-imap=yes' '--enable-ldap=no' '--enable-mqtt=yes' '--enable-pop3=yes' '--enable-rtsp=yes' '--enable-smb=yes' '--enable-smtp=yes' '--enable-telnet=yes' '--enable-tftp=yes' '--enable-debug=no' '--enable-ares=no' '--enable-threaded-resolver=yes' '--enable-cookies=yes' '--enable-ipv6=yes' '--enable-manual=no' '--enable-verbose=yes' '--enable-symbol-hiding=no' '--enable-unix-sockets=yes' '--with-zstd=no' '--without-openssl' '--without-wolfssl' '--with-mbedtls=/home/user/.conan2/p/b/mbedt5b0bda80f2087/p' '--without-libssh2' '--without-nghttp2' '--with-zlib=/home/user/.conan2/p/b/zlibfded29f7a6d64/p' '--with-ca-fallback=no' 'build_alias=x86_64-linux-gnu' 'host_alias=i686-linux-gnu' 'CFLAGS= -m32 -fPIC -O3' 'LDFLAGS= -m32 -L/home/user/.conan2/p/b/zlibfded29f7a6d64/p/lib -L/home/user/.conan2/p/b/mbedt5b0bda80f2087/p/lib' 'LIBS= -lz -lmbedtls -lmbedx509 -lmbedcrypto' 'CPPFLAGS= -DNDEBUG -I/home/user/.conan2/p/b/zlibfded29f7a6d64/p/include -I/home/user/.conan2/p/b/mbedt5b0bda80f2087/p/include'" ;; *) echo "unknown option: $1" usage 1 ;; esac shift done exit 0