diff options
author | jbj <devnull@localhost> | 2000-03-23 15:49:50 +0000 |
---|---|---|
committer | jbj <devnull@localhost> | 2000-03-23 15:49:50 +0000 |
commit | cab176172b8ef247f24e5aa0928c3aa0b8adabd9 (patch) | |
tree | a76b37e5b22003d56ec39a8128ee794080be4ec0 /perl/Makefile.PL | |
parent | 46e17d7a2d27cb91d1c930de46c0a8026410b0d5 (diff) | |
download | rpm-cab176172b8ef247f24e5aa0928c3aa0b8adabd9.tar.gz rpm-cab176172b8ef247f24e5aa0928c3aa0b8adabd9.tar.bz2 rpm-cab176172b8ef247f24e5aa0928c3aa0b8adabd9.zip |
- API: change dbi to pass by reference, not value.
- cram all of db1, db_185, and db2 interfaces into rpmlib.
CVS patchset: 3636
CVS date: 2000/03/23 15:49:50
Diffstat (limited to 'perl/Makefile.PL')
-rw-r--r-- | perl/Makefile.PL | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl/Makefile.PL b/perl/Makefile.PL index 02baf9f40..6bc0f37fd 100644 --- a/perl/Makefile.PL +++ b/perl/Makefile.PL @@ -8,7 +8,7 @@ WriteMakefile( 'OBJECT' => 'rpm.o constant.o', 'VERSION_FROM' => 'rpm.pm', # finds $VERSION 'MAKEFILE'=> 'PMakefile', - 'LIBS' => [' -L/usr/local/lib -ldb1 -lz -lbz2'], # e.g., '-lm' + 'LIBS' => [' -L/usr/local/lib -ldb -lz -lbz2'], # e.g., '-lm' 'CCFLAGS' => '-g -O2 -D_GNU_SOURCE -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wno-char-subscripts', 'OPTIMIZE'=> '-g', 'DEFINE' => '-Dbool=char -DHAS_BOOL', |