Hi again, On Fri, 2016-12-09 at 14:53 +0100, Thomas Petazzoni wrote: > Hello, > > On Fri, 9 Dec 2016 12:01:44 +0000, Vlad Zakharov wrote: > > > > > > > > > Both of these are because -static is missing from the final link > > > command line. We've already discussed them on the Buildroot mailing > > > list. > > > > > > For the ARC failure / sdl_mixer, Waldemar sent a patch (which I haven't > > > applied yet, because I requested a better explanation in the patch). > > > > But sdl_mixer is not the only package that fails with static uclibc. E.g, > > the following packages: > > fxload-2008_10_13 > > berkeleydb-5.3.29 > > picocom-2.1 > > dante-1.4.1 > > uclibc-ng-test-4ad1c23ae2eb30888cda520c739cc26150512487 > > dvblast-3.0 > > > > and many others are failing too. > > Right, and I bet for all of them it's because -static is not passed at > link stage. > > Best regards, > > Thomas
Just to clarify: the only thing we need to do is to pass $LDFLAGS containing "-static" at link stage to all of this packages? I mean we should update each package's Makefile.in? Thanks. -- Best regards, Vlad Zakharov <[email protected]> _______________________________________________ devel mailing list [email protected] http://mailman.uclibc-ng.org/cgi-bin/mailman/listinfo/devel
