From f692d193a19f048560324dd575e2635cd1aefcc1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Revol?= Date: Sat, 26 Jul 2014 17:10:58 +0200 Subject: [PATCH] muscle: Also build static library It's not built by default. --- net-misc/muscle/muscle-6.00.recipe | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-misc/muscle/muscle-6.00.recipe b/net-misc/muscle/muscle-6.00.recipe index 0edf9ce3b..9f5c8bb3a 100644 --- a/net-misc/muscle/muscle-6.00.recipe +++ b/net-misc/muscle/muscle-6.00.recipe @@ -52,7 +52,7 @@ SOURCE_DIR="muscle" BUILD() { cd server - make $jobArgs + make $jobArgs all libmuscle.a } INSTALL()