diff --git a/dep/Makefile b/dep/Makefile index 68d04d94..5bf5f693 100755 --- a/dep/Makefile +++ b/dep/Makefile @@ -95,10 +95,10 @@ $(openssl): $(libcurl): $(openssl) $(WGET) "https://curl.haxx.se/download/curl-7.59.0.tar.gz" $(UNTAR) curl-7.59.0.tar.gz - cd curl-7.59.0 && $(CONFIGURE) \ - --disable-ftp --disable-file --disable-ldap --disable-ldaps --disable-rtsp --disable-proxy --disable-dict --disable-telnet --disable-tftp --disable-pop3 --disable-imap --disable-smb --disable-smtp --disable-gopher --disable-manual \ - --without-zlib --without-libpsl --without-libmetalink --without-libssh2 --without-librtmp --without-winidn --without-libidn2 --without-nghttp2 \ - --without-ca-bundle --with-ca-fallback --with-ssl="$(realpath $(DEP_LOCAL))" + cd curl-7.59.0 && PKG_CONFIG_PATH="$(realpath $(DEP_LOCAL))/lib/pkgconfig" $(CONFIGURE) \ + --disable-ftp --disable-file --disable-ldap --disable-ldaps --disable-rtsp --disable-proxy --disable-dict --disable-telnet --disable-tftp --disable-pop3 --disable-imap --disable-smb --disable-smtp --disable-gopher --disable-manual --disable-shared \ + --without-zlib --without-libpsl --without-libmetalink --without-libssh2 --without-librtmp --without-winidn --without-libidn2 --without-nghttp2 --without-brotli \ + --without-ca-bundle --with-ca-fallback --with-ssl $(MAKE) -C curl-7.59.0 $(MAKE) -C curl-7.59.0 install diff --git a/dep/nanosvg b/dep/nanosvg index 06c1f0f3..9a74da4d 160000 --- a/dep/nanosvg +++ b/dep/nanosvg @@ -1 +1 @@ -Subproject commit 06c1f0f3bb041d69a73bb74067d063a700215b0e +Subproject commit 9a74da4db5ac74083e444010d75114658581b9c7