Add libcurl impersonation support in Firefox build

48415a4b00 added impersonation
capabilities to libcurl in the Chrome build. This adds the same
capabilities to the Firefox build as well.

curl-impersonate.patch generated from
b30b245b72
This commit is contained in:
lwthiker
2022-02-28 10:18:04 +02:00
parent 00dc027185
commit a7cbfd9fed
5 changed files with 568 additions and 14 deletions

View File

@@ -73,8 +73,7 @@ RUN mkdir out && \
# Re-compile libcurl dynamically
RUN cd ${CURL_VERSION} && \
./configure --enable-versioned-symbols \
--with-openssl=/build/boringssl/build \
./configure --with-openssl=/build/boringssl/build \
--with-nghttp2=/usr/local \
LIBS="-pthread" \
CFLAGS="-I/build/boringssl/build" \