On Tuesday 27 August 2013 07:04:34 [email protected] wrote: > --- a/configure.ac > +++ b/configure.ac > @@ -30,6 +30,8 @@ AC_PROG_YACC > > AC_PREFIX_DEFAULT(/opt/ltp) > > +CPPFLAGS="$CPPFLAGS -D_FORTIFY_SOURCE=2"
unfortunately that does not work. this snippet from coreutils is probably
better:
AH_VERBATIM([FORTIFY_SOURCE],
[/* Enable compile-time and run-time bounds-checking, and some warnings,
without upsetting glibc 2.15+. */
#if !defined _FORTIFY_SOURCE && defined __OPTIMIZE__ && __OPTIMIZE__
# define _FORTIFY_SOURCE 2
#endif
])
-mike
signature.asc
Description: This is a digitally signed message part.
------------------------------------------------------------------------------ Learn the latest--Visual Studio 2012, SharePoint 2013, SQL 2012, more! Discover the easy way to master current and previous Microsoft technologies and advance your career. Get an incredible 1,500+ hours of step-by-step tutorial videos with LearnDevNow. Subscribe today and save! http://pubads.g.doubleclick.net/gampad/clk?id=58040911&iu=/4140/ostg.clktrk
_______________________________________________ Ltp-list mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ltp-list
