add -lpthread to Stasis.pm LIBS

This commit is contained in:
Sears Russell 2010-01-11 19:54:45 +00:00
parent 4e029988f3
commit 8999f1acd4

View file

@ -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,