From 3aa587e5579a5b7095936631264fc09425920dfb Mon Sep 17 00:00:00 2001 From: Jonathan Maw Date: Thu, 21 Feb 2013 14:51:29 +0000 Subject: Force nohands to link libpthread --- nohands.morph | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nohands.morph b/nohands.morph index b9ad6ee..8d90ce1 100644 --- a/nohands.morph +++ b/nohands.morph @@ -3,6 +3,6 @@ "kind": "chunk", "build-system": "autotools", "build-commands": [ - "make CXXFLAGS=-fpermissive" + "make CXXFLAGS=\"-fpermissive -lpthread\"" ] } -- cgit v1.2.1