From 12dacc46fba0fb50e984e11f6d391c9b69f5cf8b Mon Sep 17 00:00:00 2001 From: gafton Date: Mon, 26 Jul 1999 23:39:34 +0000 Subject: Hacks CVS patchset: 3205 CVS date: 1999/07/26 23:39:34 --- perl/Makefile.PL | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'perl') diff --git a/perl/Makefile.PL b/perl/Makefile.PL index befc21673..f070fbf42 100644 --- a/perl/Makefile.PL +++ b/perl/Makefile.PL @@ -3,11 +3,10 @@ use ExtUtils::MakeMaker; # the contents of the Makefile that is written. WriteMakefile( - #'LD' => 'gcc -shared -Wl,-Bsymbolic', 'NAME' => 'rpm', 'OBJECT' => 'rpm.o constant.o /usr/lib/libdb1.a', 'VERSION_FROM' => 'rpm.pm', # finds $VERSION - 'LIBS' => ['-lrpm -lz'], # e.g., '-lm' + 'LIBS' => ['-lrpm -lz -ldb1'], # e.g., '-lm' 'CCFLAGS' => '-Dbool=char -DHAS_BOOL', 'OPTIMIZE'=> '-g', 'DEFINE' => '-Wall', -- cgit v1.2.3