mirror of
https://git.jami.net/savoirfairelinux/jami-daemon.git
synced 2025-08-07 22:02:12 +08:00
contrib: fix upnp build hang
Fixes: #1142 Change-Id: I4102f03b8da69ea6472a69b641899aaf9f7d51a4
This commit is contained in:

committed by
Adrien Béraud

parent
4a7b5ac5b2
commit
2dc79812a7
@ -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
|
||||
|
Reference in New Issue
Block a user