From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?UTF-8?B?U3RlZmFuIEZyw7ZiZXJn?= Date: Sat, 09 Feb 2013 14:18:19 +0200 Subject: [Buildroot] [PATCH] aircrack-ng: new package In-Reply-To: <20130209130104.50bd9c14@skate> References: <1360340189-4409-1-git-send-email-laurent.cans@gmail.com> <511525D1.8010305@petroprogram.com> <511634BB.4000506@petroprogram.com> <511636E3.5010909@petroprogram.com> <20130209130104.50bd9c14@skate> Message-ID: <51163E8B.4070904@petroprogram.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: buildroot@busybox.net Hi Thomas 9.2.2013 14:01, Thomas Petazzoni kirjoitti: > Dear Stefan Fr?berg, > > On Sat, 09 Feb 2013 13:45:39 +0200, Stefan Fr?berg wrote: > >> Ah, but now I see it. >> That -Werror thing. >> I always define -Wno-error in my buildroot CFLAGS because >> I hate it when people think that their code is perfect (it newer is, >> and neither is my code) and >> stop compiling because warnings. >> That's why my compilationg with 4.5 succeeded. > Indeed, if the reason the compilation fails is because of -Werror, then > remove -Werror from the compilation flags, and use the stable 1.1 > release rather than the SVN version. > > Best regards, > > Thomas I Agree. It's always good to take the latest stable version (if there is any) as starting point and included in buildroot. And after that is kosher, then maybe go for the latest and greatest bleeding edge version. Regards Stefan