[postgis-tickets] r14541 - --exclude_libs is a linker option
Sandro Santilli
strk at keybit.net
Mon Jan 4 06:41:51 PST 2016
Author: strk
Date: 2016-01-04 06:41:51 -0800 (Mon, 04 Jan 2016)
New Revision: 14541
Modified:
branches/2.2/NEWS
branches/2.2/configure.ac
Log:
--exclude_libs is a linker option
Fixes #3415
Modified: branches/2.2/NEWS
===================================================================
--- branches/2.2/NEWS 2016-01-04 14:39:09 UTC (rev 14540)
+++ branches/2.2/NEWS 2016-01-04 14:41:51 UTC (rev 14541)
@@ -24,6 +24,7 @@
defining multiple TopoGeometry objects
- #3411, Clustering functions not using spatial index
- #3412, Improve robustness of snapping step in TopoGeo_addLinestring
+ - #3415, Fix OSX 10.9 build under pkgsrc
- Fix memory leak in lwt_ChangeEdgeGeom [liblwgeom]
Modified: branches/2.2/configure.ac
===================================================================
--- branches/2.2/configure.ac 2016-01-04 14:39:09 UTC (rev 14540)
+++ branches/2.2/configure.ac 2016-01-04 14:41:51 UTC (rev 14541)
@@ -73,7 +73,7 @@
dnl see https://trac.osgeo.org/postgis/ticket/3281
dnl
EXCLUDELIBS_LDFLAGS=""
-AC_LIBTOOL_COMPILER_OPTION([if $compiler supports --exclude-libs], [_cv_exclude_libs], [[-Wl,--exclude-libs,ALL]], [], [EXCLUDELIBS_LDFLAGS="-Wl,--exclude-libs,ALL"], [])
+AC_LIBTOOL_LINKER_OPTION([if $compiler supports --exclude-libs], [_cv_exclude_libs], [[-Wl,--exclude-libs,ALL]], [EXCLUDELIBS_LDFLAGS="-Wl,--exclude-libs,ALL"])
AC_SUBST([EXCLUDELIBS_LDFLAGS])
dnl
More information about the postgis-tickets
mailing list