From 1138dccafd0637bf3cd462b11a620e108d3cf49d Mon Sep 17 00:00:00 2001 From: mike Date: Fri, 7 Oct 2005 16:17:31 +0000 Subject: [PATCH] Link with libxml2 as well as YAZ (to enable SRW/U support). --- Makefile.PL | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.PL b/Makefile.PL index 84d6c56..f6b066f 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -9,7 +9,7 @@ WriteMakefile( ($] >= 5.005 ? ## Add these new keywords supported since 5.005 (ABSTRACT_FROM => 'lib/ZOOM.pm', # retrieve abstract from module AUTHOR => 'Mike Taylor ') : ()), - LIBS => ['-lyaz '], # e.g., '-lm' + LIBS => ['-lyaz -lxml2 '], # e.g., '-lm' DEFINE => '', # e.g., '-DHAVE_SOMETHING' # Insert -I. if you add *.h files later: INC => '', # e.g., '-I/usr/include/other' -- 1.7.10.4