From 0ab0d03ddbebe9e882cc06ca0287a3e97850f0f4 Mon Sep 17 00:00:00 2001 From: pop Date: Tue, 1 Apr 2003 10:14:23 +0000 Subject: [PATCH] Fixed linking with -lieee --- perl/Makefile.PL.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/perl/Makefile.PL.in b/perl/Makefile.PL.in index c4e13b6..70019e3 100644 --- a/perl/Makefile.PL.in +++ b/perl/Makefile.PL.in @@ -4,7 +4,7 @@ WriteMakefile( 'NAME' => 'IDZebra', 'OBJECT' => 'IDZebra_wrap.o zebra_perl.o' , 'INC' => "-I../index -I../include @YAZINC@", - 'LIBS' => "-L../index -lzebra -L../data1 -ldata1 @ZPERL_LIBS@ @TCL_LIB@ @YAZLIB@", + 'LIBS' => "-L../index -lzebra -L../data1 -ldata1 @TCL_LIB@ @YAZLIB@ @ZPERL_LIBS@", 'OPTIMIZE' => '-g -O2' ); -- 1.7.10.4