From 2dc79812a7580be91be4ff5e6c827817f0622acc Mon Sep 17 00:00:00 2001 From: Maxim Cournoyer Date: Mon, 21 Jul 2025 14:34:34 +0900 Subject: [PATCH] contrib: fix upnp build hang Fixes: #1142 Change-Id: I4102f03b8da69ea6472a69b641899aaf9f7d51a4 --- contrib/src/upnp/rules.mak | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/src/upnp/rules.mak b/contrib/src/upnp/rules.mak index 0d7d035a6..cd13433b5 100644 --- a/contrib/src/upnp/rules.mak +++ b/contrib/src/upnp/rules.mak @@ -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