Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-08-30 | Merge pull request #5175 from Pamplemousse/make | Eelco Dolstra | |
Don't overwrite user provided `lib*_LDFLAGS` | |||
2021-08-25 | Don't overwrite user provided `lib*_LDFLAGS` | Pamplemousse | |
Signed-off-by: Pamplemousse <xav.maso@gmail.com> | |||
2021-08-13 | Install pkg-config files in the correct location | Piotr Szubiakowski | |
Use `$(libdir)` while installing .pc files looks like a more generic solution. For example, it will work for distributions like RHEL or Fedora where .pc files are installed in `/usr/lib64/pkgconfig`. | |||
2021-07-24 | Enable pthreads for new libraries | Alyssa Ross | |
Otherwise the lack of pthread causes linking to fail for NetBSD. | |||
2021-01-26 | Move command plugin interface to libnixcmd | Shea Levy | |