View Single Post
Old 04-26-2015, 08:10 AM   #4
NiLuJe
BLAM!
NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.
 
NiLuJe's Avatar
 
Posts: 13,506
Karma: 26047202
Join Date: Jun 2010
Location: Paris, France
Device: Kindle 2i, 3g, 4, 5w, PW, PW2, PW5; Kobo H2O, Forma, Elipsa, Sage, C2E
Note that the _chk variants of longjmp come from <bits/setjmp2.h>, which definitely shouldn't be included if __USE_FORTIFY_LEVEL is 0 (i.e., -U_FORTIFY_SOURCE).

It's been a while since I meddled with KO's buildsystem, but there might be some parts of the build that don't yet honor every flag we enforce, in which case, if you can pinpoint the root issue, send a PR on GH.

That said, a cursory glance at the Makefile doesn't reveal anything wonky on that front for crengine...

Double check how your're setting your *FLAGS, and the sanity of the headers of your TC. I'm guessing you weren't using the kindle-legacy target?


@knc1: Technically, it's a fork of the ancestor of KOReader, kindlepdfviewer .

Last edited by NiLuJe; 04-26-2015 at 08:16 AM.
NiLuJe is offline   Reply With Quote