Merge pull request #205739 from vcunat/p/sbcl-fixup

sbcl_*: fix build by adding a #define
This commit is contained in:
7c6f434c
2022-12-12 18:15:17 +00:00
committed by GitHub
+3 -1
View File
@@ -173,7 +173,9 @@ stdenv.mkDerivation rec {
# duplicate symbol '_static_code_space_free_pointer' in: alloc.o traceroot.o
# Should be fixed past 2.1.10 release.
"-fcommon"
];
]
# Fails to find `O_LARGEFILE` otherwise.
++ [ "-D_GNU_SOURCE" ];
buildPhase = ''
runHook preBuild