contrib: fix upnp build hang

Fixes: #1142
Change-Id: I4102f03b8da69ea6472a69b641899aaf9f7d51a4
This commit is contained in:
Maxim Cournoyer
2025-07-21 14:34:34 +09:00
committed by Adrien Béraud
parent 4a7b5ac5b2
commit 2dc79812a7

View File

@ -19,7 +19,7 @@ ifeq ($(OS),Windows_NT)
$(APPLY) $(SRC)/upnp/libupnp-windows.patch
endif
$(APPLY) $(SRC)/upnp/poll.patch
$(UPDATE_AUTOCONFIG) && cd $(UNPACK_DIR) && mv config.guess config.sub
$(UPDATE_AUTOCONFIG) && cd $(UNPACK_DIR) && mv -f config.guess config.sub
$(MOVE)
PUPNP_OPTIONS=--disable-blocking_tcp_connections --disable-largefile --disable-samples --disable-device --disable-webserver --without-documentation