mirror of
https://github.com/lwthiker/curl-impersonate.git
synced 2026-08-24 23:10:36 +00:00
Add libcurl impersonation support in Firefox build
48415a4b00added impersonation capabilities to libcurl in the Chrome build. This adds the same capabilities to the Firefox build as well. curl-impersonate.patch generated fromb30b245b72
This commit is contained in:
@@ -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" \
|
||||
|
||||
Reference in New Issue
Block a user