]> granicus.if.org Git - postgis/commitdiff
Revert "Build liblwgeom with -no-undefined flag"
authorSandro Santilli <strk@keybit.net>
Tue, 16 Jun 2015 13:29:34 +0000 (13:29 +0000)
committerSandro Santilli <strk@keybit.net>
Tue, 16 Jun 2015 13:29:34 +0000 (13:29 +0000)
This reverts r13650 as it broke static-only build under windows,
see http://trac.osgeo.org/postgis/ticket/3167

git-svn-id: http://svn.osgeo.org/postgis/trunk@13677 b70326c6-7e19-0410-871a-916f4a2858ee

liblwgeom/Makefile.in

index d5e45f9b32b2b32581f9c378bd4bb8bea4effb19..501bed5d9fb3361b4190ff973a0c6e6d1d96cdc0 100644 (file)
@@ -99,8 +99,6 @@ 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)