From: pop Date: Tue, 1 Apr 2003 10:14:23 +0000 (+0000) Subject: Fixed linking with -lieee X-Git-Tag: ZEBRA.1.3.10~1 X-Git-Url: http://git.indexdata.com/?a=commitdiff_plain;h=0ab0d03ddbebe9e882cc06ca0287a3e97850f0f4;hp=4c01004f98083cefbe51cfa53676e2e0900db491;p=idzebra-moved-to-github.git Fixed linking with -lieee --- 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' );