From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail2.tohojo.dk (mail2.tohojo.dk [77.235.48.147]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by huchra.bufferbloat.net (Postfix) with ESMTPS id 0420221F529 for ; Wed, 17 Jun 2015 04:47:54 -0700 (PDT) X-Virus-Scanned: amavisd-new at mail2.tohojo.dk DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=toke.dk; s=201310; t=1434541666; bh=u5KTxiiFiCY8YMVH5LJLd7bwTHIgTPthEUFS8myBI0c=; h=From:To:Cc:Subject:References:Date:In-Reply-To; b=pwbKOiw7w6h7ZY/KXcAkAERBZ998ALkX6qIKiipgXkr/Ax/AllFrhrCNGH1uJlXu3 ShBnUvWvWQbkM4fKJVnfQMKLYbyDqAvD0tWHLoiz9peHWTzh0RQN0l2lVYRgQH7PQz wBwYTseZ/c+0PBRJkidtqZNBQ0CdSJEPyINr1LRo= Sender: toke@toke.dk Received: by alrua-desktop.borgediget.toke.dk (Postfix, from userid 1000) id A495E2C026; Wed, 17 Jun 2015 13:47:45 +0200 (CEST) From: =?utf-8?Q?Toke_H=C3=B8iland-J=C3=B8rgensen?= To: Dave Taht References: Date: Wed, 17 Jun 2015 13:47:45 +0200 In-Reply-To: (Dave Taht's message of "Tue, 16 Jun 2015 23:05:58 -0700") X-Clacks-Overhead: GNU Terry Pratchett Message-ID: <878ubiimji.fsf@alrua-desktop.borgediget.toke.dk> MIME-Version: 1.0 Content-Type: text/plain Cc: "cerowrt-devel@lists.bufferbloat.net" Subject: Re: [Cerowrt-devel] libmusl woes X-BeenThere: cerowrt-devel@lists.bufferbloat.net X-Mailman-Version: 2.1.13 Precedence: list List-Id: Development issues regarding the cerowrt test router project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Jun 2015 11:48:24 -0000 Dave Taht writes: > I am not sure how (or even if I should) to switch back to uclibc, Advanced configuration options (for developers) -> Toolchain Options -> C library implementation. Trunk builds fine with uClibc as far as I can tell... Tried fixing tinc, but it appears to be a clash within the header files with no solution forthcoming. See http://www.openwall.com/lists/musl/2012/10/11/4 This script seems to fix it by modifying the Linux headers, but figure that is not feasible for an openwrt package recipe... https://github.com/lancethepants/tinc-arm-musl-static/blob/master/tinc.sh#L148 -Toke