summary refs log tree commit diff
path: root/pkgs/os-specific/bsd/netbsd/no-dynamic-linker.patch
Commit message (Collapse)AuthorAge
* netbsd: Adapt to BSD-common infra changes for FreeBSDJohn Ericson2022-10-06
| | | | | | | | | | | | | See https://github.com/NixOS/nixpkgs/pull/82131 for the rest of the changes for FreeBSD. This is PRed separately because it is a macOS moderate rebuild so we target staging. The main change is that we CD to the path we're building *after* applying patches, so we can patch other parts of the tree (from `extraPaths`) as needed. Another change is that `netbsd.install` no longer depends on `fts`, which it evidently no longer needs.
* netbsd: 8.0 -> 9.1Alyssa Ross2021-05-09
Notes: - compat: Needs a header from common merged with it's wrapper. - librt: Needs the jemalloc sources. - libc: install libc_pic.a This was the behaviour on NetBSD 8.0, and ld.elf_so (in its current configuration) requires it. We could also have disabled PIC in ld.elf_so. - sys: fix build We use a more recent version of binutils than NetBSD 9.1 does, so we need to backport a patch from CURRENT. Co-authored-by: John Ericson <John.Ericson@Obsidian.Systems>