From 8999f1acd44423f7dabaccfef4126af68211fa1c Mon Sep 17 00:00:00 2001 From: Sears Russell Date: Mon, 11 Jan 2010 19:54:45 +0000 Subject: [PATCH] add -lpthread to Stasis.pm LIBS --- lang/perl/Stasis.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lang/perl/Stasis.pm b/lang/perl/Stasis.pm index a6e2a47..7a5b866 100644 --- a/lang/perl/Stasis.pm +++ b/lang/perl/Stasis.pm @@ -12,7 +12,7 @@ BEGIN { } use Inline C => Config => (LIBS => "-L$STASIS_DIR/build/src/stasis/ " . - "-lstasis ", + "-lstasis -lpthread", CCFLAGS => "-Wall -pedantic -Werror -std=c99 -DPERL_GCC_PEDANTIC" ), ENABLE => AUTOWRAP,