]> granicus.if.org Git - postgis/commit
Fix build of unit tests with libtool 2.4.2
authorSandro Santilli <strk@keybit.net>
Sat, 22 Feb 2014 20:34:17 +0000 (20:34 +0000)
committerSandro Santilli <strk@keybit.net>
Sat, 22 Feb 2014 20:34:17 +0000 (20:34 +0000)
commit2231d33c279b9e5ff07ca0651f97716b24296cb3
treece768ad58337e28d31ea482c45e6fe430f17157a
parent6569f099be7f1f78aa3b185eecc9fb5e0a0b7564
Fix build of unit tests with libtool 2.4.2

The error was:
undefined reference to symbol 'lround@@GLIBC_2.2.5'

For some reason -lm found in liblwgeom.la is not being taken
in consideration. See #2649

git-svn-id: http://svn.osgeo.org/postgis/trunk@12249 b70326c6-7e19-0410-871a-916f4a2858ee
liblwgeom/cunit/Makefile.in