From 15e5aba748e0c621eb0f7ca082fe7f10e2aa65c1 Mon Sep 17 00:00:00 2001 From: Ben Gras Date: Fri, 16 Nov 2012 20:20:52 +0100 Subject: [PATCH] tests: link dynamically again --- test/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Makefile b/test/Makefile index 5df55ee01..28535f50b 100644 --- a/test/Makefile +++ b/test/Makefile @@ -35,7 +35,7 @@ PROG+= t10a t11a t11b t40a t40b t40c t40d t40e t40f t60a t60b # Build them as dynamic executables by default if shared libraries # are available; so that the building and executing of dynamic # executables is tested -LDSTATIC?= -dynamic +LDSTATIC= -dynamic # Add test that must be linked dynamically, and its dynamically loaded # module -- 2.44.0