mirror of
https://github.com/osm-search/Nominatim.git
synced 2026-02-26 11:08:13 +00:00
cmake: use explicit VPATH when calling pgxs makefile
Some postgres installations report problems with the makefile magic that should look for the source where the Makefile is located. So hand in the path explicitly via VPATH instead. Fixes #453.
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
MODULES = nominatim
|
||||
VPATH = $(MODSRCDIR)
|
||||
include $(PGXS)
|
||||
|
||||
all:
|
||||
|
||||
Reference in New Issue
Block a user