Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit3b29525

Browse files
committed
Sub-Makefiles need to explicitly add CFLAGS_SL to CFLAGS, else their
object files do not get built with -fpic.
1 parentf237a80 commit3b29525

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

‎contrib/tsearch2/ispell/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ include $(top_builddir)/src/Makefile.global
44

55

66
overrideCPPFLAGS := -I$(srcdir) -I$(srcdir)/..$(CPPFLAGS)
7+
overrideCFLAGS +=$(CFLAGS_SL)
78

89
SUBOBJS = spell.o
910

‎contrib/tsearch2/snowball/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ include $(top_builddir)/src/Makefile.global
44

55

66
overrideCPPFLAGS := -I$(srcdir) -I$(srcdir)/..$(CPPFLAGS)
7+
overrideCFLAGS +=$(CFLAGS_SL)
78

89
SUBOBJS = english_stem.o api.o russian_stem.o utilities.o
910

‎contrib/tsearch2/wordparser/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ include $(top_builddir)/src/Makefile.global
44

55

66
overrideCPPFLAGS := -I$(srcdir) -I$(srcdir)/..$(CPPFLAGS)
7+
overrideCFLAGS +=$(CFLAGS_SL)
78

89
SUBOBJS = parser.o deflex.o
910

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp