From 5edf582e13e957bf3d2e1f1cf36d2b6c86c80cab Mon Sep 17 00:00:00 2001 From: Paul Ramsey Date: Tue, 8 Apr 2003 21:41:06 +0000 Subject: [PATCH] Cygwin BE_DLLLIBS fix from nvine/jtishler git-svn-id: http://svn.osgeo.org/postgis/trunk@251 b70326c6-7e19-0410-871a-916f4a2858ee --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 4dc733734..3fd37ed7d 100644 --- a/Makefile +++ b/Makefile @@ -94,9 +94,9 @@ OBJS=postgis_debug.o postgis_ops.o postgis_fn.o postgis_inout.o postgis_proj.o p # matter.) SHLIB_LINK=$(filter -L%, $(LDFLAGS)) ifeq ($(USE_PROJ),1) - SHLIB_LINK=$(filter -L%, $(LDFLAGS)) -L$(PROJ_DIR)/lib -lproj + SHLIB_LINK=$(filter -L%, $(LDFLAGS)) $(BE_DLLLIBS) -L$(PROJ_DIR)/lib -lproj else - SHLIB_LINK=$(filter -L%, $(LDFLAGS)) + SHLIB_LINK=$(filter -L%, $(LDFLAGS)) $(BE_DLLLIBS) endif #--------------------------------------------------------------- -- 2.40.0