From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.org/gmane.linux.lib.musl.general/4108 Path: news.gmane.org!not-for-mail From: John Spencer Newsgroups: gmane.linux.lib.musl.general Subject: Re: linux/netlink.h Date: Mon, 07 Oct 2013 14:06:21 +0200 Message-ID: <5252A3BD.2070409@barfooze.de> References: <5251FD4E.8000102@skarnet.org> <52520AC7.3000506@gentoo.org> <52529004.6000406@skarnet.org> Reply-To: musl@lists.openwall.com NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1381147816 6569 80.91.229.3 (7 Oct 2013 12:10:16 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 7 Oct 2013 12:10:16 +0000 (UTC) Cc: Laurent Bercot To: musl@lists.openwall.com Original-X-From: musl-return-4112-gllmg-musl=m.gmane.org@lists.openwall.com Mon Oct 07 14:10:21 2013 Return-path: Envelope-to: gllmg-musl@plane.gmane.org Original-Received: from mother.openwall.net ([195.42.179.200]) by plane.gmane.org with smtp (Exim 4.69) (envelope-from ) id 1VT9dl-00084I-03 for gllmg-musl@plane.gmane.org; Mon, 07 Oct 2013 14:10:21 +0200 Original-Received: (qmail 3490 invoked by uid 550); 7 Oct 2013 12:10:19 -0000 Mailing-List: contact musl-help@lists.openwall.com; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: Original-Received: (qmail 3482 invoked from network); 7 Oct 2013 12:10:19 -0000 User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.14) Gecko/20110221 SUSE/3.1.8 Mail/1.0 In-Reply-To: <52529004.6000406@skarnet.org> Xref: news.gmane.org gmane.linux.lib.musl.general:4108 Archived-At: On 10/07/2013 12:42 PM, Laurent Bercot wrote: > > Hi Luca, > >> Your distribution doesn't provide the whole set of linux headers >> stand-alone? > > I can compile my software on top of an existing distribution all > right. But the point is I'm building my own systems by hand without > a distribution, which is precisely why I'm interested in musl. And > it looks like mini-lkh was made for that precise case. > the mini-lkh's are really mini... currently they're barely enough to compile a small subset of busybox. until they become more sophisticated, you can use sabotage's multi-arch kernel headers tarball: http://ftp.barfooze.de/pub/sabotage/tarballs/kernel-headers-3.3.4-1.tar.gz imo a good alternative to downloading the full kernel sources to compile the headers. an additional advantage is that kernel headers are often broken, the version used by sabotage is known good.