Navigation Menu

Skip to content

Commit

Permalink
Make sure to use the header files of onigmo in vendor.
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
knu committed Jan 30, 2015
1 parent 7974b44 commit dbfecf2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/Makefile.am
Expand Up @@ -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

Expand Down

0 comments on commit dbfecf2

Please sign in to comment.