diff options
Diffstat (limited to 'external/curl/curl-nss.patch.1')
-rw-r--r-- | external/curl/curl-nss.patch.1 | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/external/curl/curl-nss.patch.1 b/external/curl/curl-nss.patch.1 new file mode 100644 index 000000000..2e8766b3d --- /dev/null +++ b/external/curl/curl-nss.patch.1 @@ -0,0 +1,17 @@ +diff -ur curl.org/configure curl/configure +--- curl.orig/configure 2023-02-20 16:11:55.000000000 +0900 ++++ curl/configure 2023-02-23 15:40:58.617432471 +0900 +@@ -28675,7 +28675,12 @@ + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: Using hard-wired libraries and compilation flags for NSS." >&5 + printf "%s\n" "$as_me: WARNING: Using hard-wired libraries and compilation flags for NSS." >&2;} + addld="-L$OPT_NSS/lib" +- addlib="-lssl3 -lsmime3 -lnss3 -lplds4 -lplc4 -lnspr4" ++ addlib="-lssl3 -lsmime3 -lnss3 -lplds4 -lplc4 -lnspr4 -lnssutil3" ++ case $host_os in ++ *android*) ++ addlib="${addlib} -llog" ++ ;; ++ esac + addcflags="-I$OPT_NSS/include" + version="unknown" + nssprefix=$OPT_NSS |