Akinori MUSHA
null+****@clear*****
Fri Jan 30 12:16:11 JST 2015
Akinori MUSHA 2015-01-30 12:16:11 +0900 (Fri, 30 Jan 2015) New Revision: dbfecf29c851b468bee4b24c89df4a55ce2c9d8b https://github.com/groonga/groonga/commit/dbfecf29c851b468bee4b24c89df4a55ce2c9d8b Merged 8bff7d3: Merge pull request #276 from knu/use_vendor_headers Message: Make sure to use the header files of onigmo in vendor. Groonga currently lists the -I flags too late, so the build shall fail if the system has an incompatible version of onigmo/oniguruma headers installed. Modified files: lib/Makefile.am Modified: lib/Makefile.am (+2 -2) =================================================================== --- lib/Makefile.am 2015-01-29 16:44:59 +0900 (ae83dd3) +++ lib/Makefile.am 2015-01-30 12:16:11 +0900 (81b4bc6) @@ -11,12 +11,12 @@ AM_CFLAGS = \ $(GRN_CFLAGS) \ $(MESSAGE_PACK_CFLAGS) \ $(MRUBY_CFLAGS) \ - $(ONIGMO_CFLAGS) \ $(LIBLZ4_CFLAGS) DEFAULT_INCLUDES = \ -I$(top_builddir) \ - -I$(top_srcdir)/include + -I$(top_srcdir)/include \ + $(ONIGMO_CFLAGS) DEFS += -D_REENTRANT $(GRN_DEFS) -DGRN_DAT_EXPORT -------------- next part -------------- HTML����������������������������...下载