summaryrefslogtreecommitdiff
path: root/perl
diff options
context:
space:
mode:
Diffstat (limited to 'perl')
-rw-r--r--perl/Makefile.PL3
1 files changed, 1 insertions, 2 deletions
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',