From 58289f8e9ab7c5f822e377d8e6a0f67ff84d7c1a Mon Sep 17 00:00:00 2001 From: Sandro Santilli Date: Thu, 11 Jun 2015 09:06:47 +0000 Subject: [PATCH] Build liblwgeom with -no-undefined flag Doing so should report unresolved symbol references from regular object files. git-svn-id: http://svn.osgeo.org/postgis/trunk@13650 b70326c6-7e19-0410-871a-916f4a2858ee --- liblwgeom/Makefile.in | 2 ++ 1 file changed, 2 insertions(+) diff --git a/liblwgeom/Makefile.in b/liblwgeom/Makefile.in index 7eb5c17d2..82baaf2bb 100644 --- a/liblwgeom/Makefile.in +++ b/liblwgeom/Makefile.in @@ -100,6 +100,8 @@ LDFLAGS += @SFCGAL_LDFLAGS@ SA_OBJS += lwgeom_sfcgal.o endif +LDFLAGS += -no-undefined + LT_SA_OBJS = $(SA_OBJS:.o=.lo) LT_NM_OBJS = $(NM_OBJS:.o=.lo) LT_OBJS = $(LT_SA_OBJS) $(LT_NM_OBJS) -- 2.50.1