mirror of
https://github.com/postgres/postgres.git
synced 2025-07-31 22:04:40 +03:00
Tsearch2 functionality migrates to core. The bulk of this work is by
Oleg Bartunov and Teodor Sigaev, but I did a lot of editorializing, so anything that's broken is probably my fault. Documentation is nonexistent as yet, but let's land the patch so we can get some portability testing done.
This commit is contained in:
@ -38,9 +38,9 @@ else
|
||||
DLSUFFIX = .sl
|
||||
endif
|
||||
ifeq ($(GCC), yes)
|
||||
CFLAGS_SL = -fpic
|
||||
CFLAGS_SL = -fPIC
|
||||
else
|
||||
CFLAGS_SL = +z
|
||||
CFLAGS_SL = +Z
|
||||
endif
|
||||
|
||||
# Rule for building shared libs (currently used only for regression test
|
||||
|
Reference in New Issue
Block a user