Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-11-12 | build: use pkg-config for lowdown | Et7f3 | |
2022-04-29 | remove 'libnix' | Ben Burdette | |
2022-04-08 | clean up makefiles | Ben Burdette | |
2022-02-04 | link change | Ben Burdette | |
2022-02-04 | Merge branch 'master' into debug-step | Ben Burdette | |
2022-01-30 | use LOWDOWN_LIBS variable | Thomas Koch | |
fixes: #5931 | |||
2021-11-30 | fix linking | Ben Burdette | |
2021-11-25 | Merge branch 'master' into debug-merge | Ben Burdette | |
2021-10-22 | more debug removal | Ben Burdette | |
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-04-28 | move repl.cc to libcmd for linkage | Ben Burdette | |
2021-01-26 | Move command plugin interface to libnixcmd | Shea Levy | |