/[Apache-SVN]
ViewVC logotype

Revision 991254


Jump to revision: Previous Next
Author: dreiss
Date: Tue Aug 31 16:51:29 2010 UTC (14 years, 2 months ago)
Changed paths: 1
Log Message:
THRIFT-865. Make Thrift buildable without libfl

yywrap is only needed if we need one lexer context to traverse multiple
input files.  This feature isn't used by Thrift, so we disable it with
"option noyywrap".  With yywrap disabled, there is no need to link to
libfl if flex is the lex implementation used.

With this patch, release tarballs can be built without lex.

Changed paths

Path Details
Directoryincubator/thrift/trunk/compiler/cpp/src/thriftl.ll modified , text changed

infrastructure at apache.org
ViewVC Help
Powered by ViewVC 1.1.26