X-Git-Url: http://git.indexdata.com/?p=simpleserver-moved-to-github.git;a=blobdiff_plain;f=Makefile.PL;h=0f22ddd76e9b9f74012978f61e0084ea3d7b754d;hp=d64c41e02afce2a83dce8a3a7bb88a3917fc8c23;hb=868455ad2155682b9e84356d77ff25ea8709b6f9;hpb=8aaa9b6ef2b98a5ac710343e826d469d926371d0 diff --git a/Makefile.PL b/Makefile.PL index d64c41e..0f22ddd 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -2,7 +2,7 @@ use ExtUtils::MakeMaker; # See lib/ExtUtils/MakeMaker.pm for details of how to influence # the contents of the Makefile that is written. -my $libs = `yaz-config --libs` || die "ERROR: Unable to call script: yaz-config"; +my $libs = `yaz-config --libs threads` || die "ERROR: Unable to call script: yaz-config"; WriteMakefile( 'NAME' => 'Net::Z3950::SimpleServer',