add -lpthread to Stasis.pm LIBS
This commit is contained in:
parent
4e029988f3
commit
8999f1acd4
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ BEGIN {
|
||||||
}
|
}
|
||||||
use Inline C => Config => (LIBS =>
|
use Inline C => Config => (LIBS =>
|
||||||
"-L$STASIS_DIR/build/src/stasis/ " .
|
"-L$STASIS_DIR/build/src/stasis/ " .
|
||||||
"-lstasis ",
|
"-lstasis -lpthread",
|
||||||
CCFLAGS => "-Wall -pedantic -Werror -std=c99 -DPERL_GCC_PEDANTIC"
|
CCFLAGS => "-Wall -pedantic -Werror -std=c99 -DPERL_GCC_PEDANTIC"
|
||||||
),
|
),
|
||||||
ENABLE => AUTOWRAP,
|
ENABLE => AUTOWRAP,
|
||||||
|
|
Loading…
Reference in a new issue