|
From: Stephen J. <spj...@us...> - 2002-01-28 14:03:34
|
Update of /cvsroot/liblookdb/liblookdb In directory usw-pr-cvs1:/tmp/cvs-serv13201 Modified Files: configure Log Message: Configuration for DBI interface to work with Perl 5.6.0 and above. Index: configure =================================================================== RCS file: /cvsroot/liblookdb/liblookdb/configure,v retrieving revision 1.17 retrieving revision 1.18 diff -C2 -d -r1.17 -r1.18 *** configure 2002/01/15 13:19:06 1.17 --- configure 2002/01/28 14:03:32 1.18 *************** *** 24,27 **** --- 24,30 ---- ## ============ ## $Log$ + ## Revision 1.18 2002/01/28 14:03:32 spjackson + ## Configuration for DBI interface to work with Perl 5.6.0 and above. + ## ## Revision 1.17 2002/01/15 13:19:06 clive ## builds liblookdbmsdbi on alpha with cc rather than gcc. Tidied dbi-specific *************** *** 186,189 **** --- 189,193 ---- PERLLDFLAGS=`perl -MExtUtils::Embed -e ldopts` PERLXSIOBJ=perlxsi.o + PERLCCFLAGS="$PERLCCFLAGS -DPERL_POLLUTE" LOOK_CC=cc ;; |