Luke-Jr [ARCHIVE] on Nostr: 📅 Original date posted:2011-09-05 🗒️ Summary of this message: The default ...
📅 Original date posted:2011-09-05
🗒️ Summary of this message: The default setting for UPnP in makefile.unix is "UPnP supported, disabled by default" (USE_UPNP=0), not "UPnP not supported" (USE_UPNP=).
📝 Original message:On Monday, September 05, 2011 3:25:47 AM Michael Grønager wrote:
> Findings - compile (I do not use the UPNP feature):
> in the makefile.unix I have to change the:
> USE_UPNP:=0
> to
> USE_UPNP:=
> i.e. it is defined if it is "0" !
Yes, the default is "UPnP supported, disabled by default" (USE_UPNP=0), not
"UPnP not supported" (USE_UPNP=). This is documented in build-unix.txt ...
🗒️ Summary of this message: The default setting for UPnP in makefile.unix is "UPnP supported, disabled by default" (USE_UPNP=0), not "UPnP not supported" (USE_UPNP=).
📝 Original message:On Monday, September 05, 2011 3:25:47 AM Michael Grønager wrote:
> Findings - compile (I do not use the UPNP feature):
> in the makefile.unix I have to change the:
> USE_UPNP:=0
> to
> USE_UPNP:=
> i.e. it is defined if it is "0" !
Yes, the default is "UPnP supported, disabled by default" (USE_UPNP=0), not
"UPnP not supported" (USE_UPNP=). This is documented in build-unix.txt ...