1
0
mirror of https://github.com/facebook/proxygen.git synced 2025-08-07 07:02:53 +03:00
Files
Paul Cruz bfdf49ab27 Move to use libcurl-minimal
Summary:
X-link: https://github.com/facebookincubator/zstrong/pull/992

OSS Builds currently fail due to libcurl conflicting with libcurl-minimal. As far as I can tell, there are no blockers for moving FBOSS to use libcurl-minimal instead of libcurl.

Reviewed By: srikrishnagopu

Differential Revision:
D62759136

Privacy Context Container: L1125642

fbshipit-source-id: 79aa7fcc6f651cc074198f94e688b34b629a997f
2024-09-16 12:15:39 -07:00

43 lines
941 B
Plaintext

[manifest]
name = libcurl
[rpms]
libcurl-devel
libcurl-minimal
[debs]
libcurl4-openssl-dev
[pps]
libcurl-gnutls
[download]
url = https://curl.haxx.se/download/curl-7.65.1.tar.gz
sha256 = 821aeb78421375f70e55381c9ad2474bf279fc454b791b7e95fc83562951c690
[dependencies]
nghttp2
# We use system OpenSSL on Linux (see folly's manifest for details)
[dependencies.not(os=linux)]
openssl
[build.not(os=windows)]
builder = autoconf
subdir = curl-7.65.1
[autoconf.args]
# fboss (which added the libcurl dep) doesn't need ldap so it is disabled here.
# if someone in the future wants to add ldap for something else, it won't hurt
# fboss. However, that would require adding an ldap manifest.
#
# For the same reason, we disable libssh2 and libidn2 which aren't really used
# but would require adding manifests if we don't disable them.
--disable-ldap
--without-libssh2
--without-libidn2
[build.os=windows]
builder = cmake
subdir = curl-7.65.1