Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
1diff --git a/src/Makefile b/src/Makefile 2index 83188ce..3439cdb 100644 3--- a/src/Makefile 4+++ b/src/Makefile 5@@ -40,7 +40,7 @@ LIBS=-mwindows -lws2_32 -lwininet -lwinmm -limagehlp -lcrypt32 -ld3d9 6 endif 7 8 ifeq ($(PLAT),linux) 9-LIBS=-lX11 -lXi -lpthread -lGL -lm -ldl 10+LIBS=-lX11 -lXi -lpthread -lGL -lm -ldl -lcurl -lopenal 11 endif 12 13 ifeq ($(PLAT),sunos)