diff --git a/Makefile b/Makefile index 79bc19f..1eb5fa3 100644 --- a/Makefile +++ b/Makefile @@ -28,7 +28,8 @@ REGRESS_OPTS = --encoding=UTF8 PG_CPPFLAGS += $(GDAL_CFLAGS) LIBS += $(GDAL_LIBS) SHLIB_LINK := $(LIBS) -SHLIB_LINK += -rpath /usr/local/lib +# For MacOS +#SHLIB_LINK += -rpath /usr/local/lib PGXS := $(shell $(PG_CONFIG) --pgxs) include $(PGXS)