Maxim Kochetkov

Results 3 comments of Maxim Kochetkov

This line does not affect liblwgeom compilation. liblwgeom is still compiled as static. It affects only on raster/loader linkage. If -static is specified compilation is failed: libtool: link: /home/maximus/git/buildroot/output/host/bin/x86_64-buildroot-linux-uclibc-gcc -std=gnu99...

https://github.com/postgis/postgis/pull/598 is the similar patch to the loader. It is also does not affect liblwgeom compilation but loader linkage.

Just apply this patch to gcc: ``` --- a/gcc/Makefile.in 2019-09-04 10:05:38.483715500 +0300 +++ b/gcc/Makefile.in 2019-04-25 17:32:16.000000000 +0300 @@ -1961,7 +1961,7 @@ # require the selftests to be run by defining...