diff options
author | gafton <devnull@localhost> | 1999-07-26 23:39:34 +0000 |
---|---|---|
committer | gafton <devnull@localhost> | 1999-07-26 23:39:34 +0000 |
commit | 12dacc46fba0fb50e984e11f6d391c9b69f5cf8b (patch) | |
tree | 87ab2f4647aa76a7908e90d568ab1c13c0df9a7f /perl | |
parent | b22ee45ae2937612fdab3b8639432a6e30d1d6e7 (diff) | |
download | rpm-12dacc46fba0fb50e984e11f6d391c9b69f5cf8b.tar.gz rpm-12dacc46fba0fb50e984e11f6d391c9b69f5cf8b.tar.bz2 rpm-12dacc46fba0fb50e984e11f6d391c9b69f5cf8b.zip |
Hacks
CVS patchset: 3205
CVS date: 1999/07/26 23:39:34
Diffstat (limited to 'perl')
-rw-r--r-- | perl/Makefile.PL | 3 |
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', |