Open
Description
When I dont force the MAKEOBJDIRPREFIX var to /
I can't build most of the system libraries when running on a FreeBSD host (w/ Lix compiled from srcs)
most of the lib files are built in a place where linker cannot find it,
https://github.com/lattera/freebsd/blob/master/share/mk/bsd.obj.mk#L56-L63
by exporting MAKEOBJDIRPREFIX=/ compilations will now produce all obj outputs in source directory, linker then finds them well 👍
With this issue fixed I'm able to launch most basic nix-shells in a FreeBSD host using nixbsd pkgs fork 🥳
Metadata
Assignees
Labels
No labels