aboutsummaryrefslogtreecommitdiff
path: root/src/libcmd/local.mk
AgeCommit message (Collapse)Author
2022-11-12build: use pkg-config for lowdownEt7f3
2022-04-29remove 'libnix'Ben Burdette
2022-04-08clean up makefilesBen Burdette
2022-02-04link changeBen Burdette
2022-02-04Merge branch 'master' into debug-stepBen Burdette
2022-01-30use LOWDOWN_LIBS variableThomas Koch
fixes: #5931
2021-11-30fix linkingBen Burdette
2021-11-25Merge branch 'master' into debug-mergeBen Burdette
2021-10-22more debug removalBen Burdette
2021-08-30Merge pull request #5175 from Pamplemousse/makeEelco Dolstra
Don't overwrite user provided `lib*_LDFLAGS`
2021-08-25Don't overwrite user provided `lib*_LDFLAGS`Pamplemousse
Signed-off-by: Pamplemousse <xav.maso@gmail.com>
2021-08-13Install pkg-config files in the correct locationPiotr 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-24Enable pthreads for new librariesAlyssa Ross
Otherwise the lack of pthread causes linking to fail for NetBSD.
2021-04-28move repl.cc to libcmd for linkageBen Burdette
2021-01-26Move command plugin interface to libnixcmdShea Levy