spatialite-tools: add -lm to fix build with GCC 15
This commit is contained in:
@@ -45,6 +45,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
env = {
|
||||
NIX_LDFLAGS = toString [
|
||||
"-lm"
|
||||
"-lxml2"
|
||||
(lib.optionalString stdenv.hostPlatform.isDarwin "-liconv")
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user