From 834b3a5799b14cc722dfca9205c4b37e2faedce4 Mon Sep 17 00:00:00 2001 From: Adam Chlipala Date: Sun, 27 Dec 2009 13:18:32 -0500 Subject: Dynamic linking of the runtime system --- src/fastcgi.sml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/fastcgi.sml') diff --git a/src/fastcgi.sml b/src/fastcgi.sml index fbd24b5d..16836f30 100644 --- a/src/fastcgi.sml +++ b/src/fastcgi.sml @@ -30,7 +30,8 @@ structure Fastcgi :> FASTCGI = struct open Settings val () = addProtocol {name = "fastcgi", - link = clibFile "request.o" ^ " " ^ clibFile "queue.o" ^ " " ^ clibFile "fastcgi.o", + linkStatic = clibFile "fastcgi.o", + linkDynamic = "-lurweb_fastcgi", persistent = true} end -- cgit v1.2.3