Skip to content

build: fix pkg-config search for libnghttp2

Rodrigo Muino Tomonari requested to merge github/fork/bnoordhuis/fix30113 into master

The configure script was searching for 'nghttp2' whereas the actual name of the package is 'libnghttp2'.

This change also removes the hack for libcares in one fell swoop.

Fixes: https://github.com/nodejs/node/issues/30113

Merge request reports

Loading