Apparently, bitcoin/bitcoin#24391 broke the ability of the configure
script to pick up Homebrew’s miniupnpc
and libnatpmp
packages on macOS Apple M1.
This PR fixes it.
The following sections might be updated with supplementary metadata relevant to reviewers and maintainers.
Reviewers, this pull request conflicts with the following ones:
If you consider this pull request important, please also help to review the conflicting pull requests. Ideally, start with the one that should be merged first.
Tested ACK 165903406ecac363fc5101c2aa142aff75f76e8f
On b1c5991eebb916755be188f355ad36fe01a3f529
0./autogen.sh && ./configure
1
2 with upnp = no
3 with natpmp = no
On 165903406ecac363fc5101c2aa142aff75f76e8f
0./autogen.sh && ./configure
1
2 with upnp = yes
3 with natpmp = yes
tACK 165903406ecac363fc5101c2aa142aff75f76e8f
This fixes the issue for me. Code changes look good to me.
master
0 with upnp = no
1 with natpmp = no
pr
0 with upnp = yes
1 with natpmp = yes