Received: from sog-mx-2.v43.ch3.sourceforge.com ([172.29.43.192] helo=mx.sourceforge.net) by sfs-ml-4.v29.ch3.sourceforge.com with esmtp (Exim 4.76) (envelope-from ) id 1R0YVa-0004Nl-Ep for bitcoin-development@lists.sourceforge.net; Mon, 05 Sep 2011 12:42:38 +0000 X-ACL-Warn: Received: from zinan.dashjr.org ([173.242.112.54]) by sog-mx-2.v43.ch3.sourceforge.com with esmtp (Exim 4.76) id 1R0YVY-0004HM-9r for bitcoin-development@lists.sourceforge.net; Mon, 05 Sep 2011 12:42:38 +0000 Received: from ishibashi.localnet (fl-184-4-160-40.dhcp.embarqhsd.net [184.4.160.40]) (Authenticated sender: luke-jr) by zinan.dashjr.org (Postfix) with ESMTPSA id C83AF20405B for ; Mon, 5 Sep 2011 12:42:30 +0000 (UTC) From: "Luke-Jr" To: bitcoin-development@lists.sourceforge.net Date: Mon, 5 Sep 2011 08:42:22 -0400 User-Agent: KMail/1.13.7 (Linux/2.6.39-gentoo; KDE/4.6.5; x86_64; ; ) References: <53DAB1AA-3983-4F7B-B237-32E2871BABDC@ceptacle.com> In-Reply-To: <53DAB1AA-3983-4F7B-B237-32E2871BABDC@ceptacle.com> X-PGP-Key-Fingerprint: CE5A D56A 36CC 69FA E7D2 3558 665F C11D D53E 9583 X-PGP-Key-ID: 665FC11DD53E9583 X-PGP-Keyserver: x-hkp://subkeys.pgp.net MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Message-Id: <201109050842.24757.luke@dashjr.org> X-Spam-Score: -0.5 (/) X-Spam-Report: Spam Filtering performed by mx.sourceforge.net. See http://spamassassin.org/tag/ for more details. -0.5 RP_MATCHES_RCVD Envelope sender domain matches handover relay domain X-Headers-End: 1R0YVY-0004HM-9r Subject: Re: [Bitcoin-development] 0.4rc1 known bugs X-BeenThere: bitcoin-development@lists.sourceforge.net X-Mailman-Version: 2.1.9 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 Sep 2011 12:42:38 -0000 On Monday, September 05, 2011 3:25:47 AM Michael Gr=F8nager wrote: > Findings - compile (I do not use the UPNP feature): > in the makefile.unix I have to change the: > USE_UPNP:=3D0 > to > USE_UPNP:=3D > i.e. it is defined if it is "0" ! Yes, the default is "UPnP supported, disabled by default" (USE_UPNP=3D0), n= ot=20 "UPnP not supported" (USE_UPNP=3D). This is documented in build-unix.txt ...