File tree Expand file tree Collapse file tree 3 files changed +3
-0
lines changed Expand file tree Collapse file tree 3 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,7 @@ include $(top_builddir)/src/Makefile.global
4
4
5
5
6
6
override CPPFLAGS := -I$(srcdir ) -I$(srcdir ) /.. $(CPPFLAGS )
7
+ override CFLAGS += $(CFLAGS_SL )
7
8
8
9
SUBOBJS = spell.o
9
10
Original file line number Diff line number Diff line change @@ -4,6 +4,7 @@ include $(top_builddir)/src/Makefile.global
4
4
5
5
6
6
override CPPFLAGS := -I$(srcdir ) -I$(srcdir ) /.. $(CPPFLAGS )
7
+ override CFLAGS += $(CFLAGS_SL )
7
8
8
9
SUBOBJS = english_stem.o api.o russian_stem.o utilities.o
9
10
Original file line number Diff line number Diff line change @@ -4,6 +4,7 @@ include $(top_builddir)/src/Makefile.global
4
4
5
5
6
6
override CPPFLAGS := -I$(srcdir ) -I$(srcdir ) /.. $(CPPFLAGS )
7
+ override CFLAGS += $(CFLAGS_SL )
7
8
8
9
SUBOBJS = parser.o deflex.o
9
10
You can’t perform that action at this time.
0 commit comments