[Groonga-commit] groonga/groonga at cf83c36 [master] Use DEFAULT_INCLUDES for bundled sources

アーカイブの一覧に戻る

Kouhei Sutou null+****@clear*****
Fri Jan 30 14:42:06 JST 2015


Kouhei Sutou	2015-01-30 14:42:06 +0900 (Fri, 30 Jan 2015)

  New Revision: cf83c36413abd836403eb5ae23767da5df87e02e
  https://github.com/groonga/groonga/commit/cf83c36413abd836403eb5ae23767da5df87e02e

  Message:
    Use DEFAULT_INCLUDES for bundled sources
    
    Users can custom include flags in AM_CFLAGS by INCLUDES macro. For now,
    Groonga requires bundled mruby and Onigmo. So if user changes INCLUDES
    and has installed mruby and Onigmo, it may cause build error.

  Modified files:
    lib/Makefile.am

  Modified: lib/Makefile.am (+1 -1)
===================================================================
--- lib/Makefile.am    2015-01-30 14:34:18 +0900 (81b4bc6)
+++ lib/Makefile.am    2015-01-30 14:42:06 +0900 (84da184)
@@ -10,12 +10,12 @@ AM_CFLAGS =					\
 	$(COVERAGE_CFLAGS)			\
 	$(GRN_CFLAGS)				\
 	$(MESSAGE_PACK_CFLAGS)			\
-	$(MRUBY_CFLAGS)				\
 	$(LIBLZ4_CFLAGS)
 
 DEFAULT_INCLUDES =				\
 	-I$(top_builddir)			\
 	-I$(top_srcdir)/include			\
+	$(MRUBY_CFLAGS)				\
 	$(ONIGMO_CFLAGS)
 
 DEFS += -D_REENTRANT $(GRN_DEFS) -DGRN_DAT_EXPORT
-------------- next part --------------
HTML����������������������������...
ダウンロード 



More information about the Groonga-commit mailing list
アーカイブの一覧に戻る