mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 07:23:20 +00:00
sbcl_*: fix build by adding a #define
Probably triggered by glibc: 2.35-163 -> 2.35-224 Inspired by https://bugs.gentoo.org/869434
This commit is contained in:
parent
63c2909cc1
commit
0fecf164a2
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user