diff options
author | Erik Kundiman <erik@megapahit.org> | 2024-07-27 10:08:02 +0800 |
---|---|---|
committer | Erik Kundiman <erik@megapahit.org> | 2024-07-27 10:08:02 +0800 |
commit | 06e8f0c443c1ba7858d000c6d695b7e988e02053 (patch) | |
tree | bccd8f5b70e24934eff26cab934cd4ecf5864825 /README.md | |
parent | 790e708ffc1cb138a484249b3ac7f240be21dd98 (diff) | |
parent | 591ecf748a620f7528d498e576271a33df5366ee (diff) |
Merge branch 'main' into webrtc-voice
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -95,9 +95,9 @@ $ make -j`sysctl -n hw.ncpu` $ cd ../../../../3p-curl/curl $ mkdir -p build/aarch64-apple-darwin`uname -r` $ cd build/aarch64-apple-darwin`uname -r` -$ export CFLAGS="-arch arm64 -mmacosx-version-min=12.0" +$ export CFLAGS="-arch arm64 -mmacosx-version-min=11.0 -std=c90" $ sudo port deactivate openssl3 -$ ../../configure --host=aarch64-apple-darwin`uname -r` --disable-alt-svc --disable-dict --disable-doh --disable-file --disable-gopher --disable-headers-api --disable-hsts --disable-imap --disable-ldap --disable-ldaps --disable-libcurl-option --disable-manual --disable-mqtt --disable-ntlm --disable-ntlm-wb --disable-pop3 --disable-rtsp --disable-shared --disable-smb --disable-smtp --disable-sspi --disable-telnet --disable-tftp --disable-tls-srp --disable-unix-sockets --disable-verbose --disable-versioned-symbols --enable-threaded-resolver --with-ssl=/opt/local/libexec/openssl11 --with-nghttp2=/opt/local --without-libidn2 --without-libpsl +$ ../../configure --host=aarch64-apple-darwin`uname -r` --disable-alt-svc --disable-dict --disable-doh --disable-file --disable-gopher --disable-headers-api --disable-hsts --disable-imap --disable-ldap --disable-ldaps --disable-libcurl-option --disable-manual --disable-mqtt --disable-ntlm --disable-ntlm-wb --disable-pop3 --disable-rtsp --disable-shared --disable-smb --disable-smtp --disable-sspi --disable-telnet --disable-tftp --disable-tls-srp --disable-unix-sockets --disable-verbose --disable-versioned-symbols --enable-threaded-resolver --with-ssl=/opt/local/libexec/openssl11 --without-libidn2 --without-libpsl $ make -j`sysctl -n hw.ncpu` $ sudo port activate openssl3 $ unset CFLAGS |