Skip to content

Commit

Permalink
Merge pull request #205739 from vcunat/p/sbcl-fixup
Browse files Browse the repository at this point in the history
sbcl_*: fix build by adding a #define
  • Loading branch information
7c6f434c authored Dec 12, 2022
2 parents e04ce27 + 0fecf16 commit db4f329
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pkgs/development/compilers/sbcl/2.x.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit db4f329

Please sign in to comment.