From 88579dc7a79ab1e26fc38301683d0dc7ce29382a Mon Sep 17 00:00:00 2001 From: jbj Date: Thu, 28 Sep 2000 22:58:40 +0000 Subject: - handle possible db3 dependency on -lpthread more gracefully. CVS patchset: 4181 CVS date: 2000/09/28 22:58:40 --- perl/Makefile.PL | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl') diff --git a/perl/Makefile.PL b/perl/Makefile.PL index aec2361ce..f62ecfe58 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 -lz -lbz2'], # e.g., '-lm' + 'LIBS' => [' -L/usr/local/lib -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', -- cgit v1.2.3