Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
1diff --git a/Makefile b/Makefile 2index ffcd883..c4b4ff7 100644 3--- a/Makefile 4+++ b/Makefile 5@@ -12,8 +12,9 @@ CFLAGS += -MMD -Wall 6 LDLIBS_ASOUND ?= -lasound 7 LDLIBS_OPUS ?= -lopus 8 LDLIBS_ORTP ?= -lortp 9+LDLIBS_BCTOOLBOX ?= -lbctoolbox 10 11-LDLIBS += $(LDLIBS_ASOUND) $(LDLIBS_OPUS) $(LDLIBS_ORTP) 12+LDLIBS += $(LDLIBS_ASOUND) $(LDLIBS_OPUS) $(LDLIBS_ORTP) $(LDLIBS_BCTOOLBOX) 13 14 .PHONY: all install dist clean 15