From 7f1e954024b68736c826d571b26a0c91a038b4fa Mon Sep 17 00:00:00 2001 From: jbj Date: Thu, 18 May 2000 14:06:48 +0000 Subject: [PATCH] Casts for debugging messages. CVS patchset: 3741 CVS date: 2000/05/18 14:06:48 --- perl/Makefile.PL | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/perl/Makefile.PL b/perl/Makefile.PL index c3613d3..aec2361 100644 --- a/perl/Makefile.PL +++ b/perl/Makefile.PL @@ -12,7 +12,7 @@ WriteMakefile( 'CCFLAGS' => '-g -O2 -D_GNU_SOURCE -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wno-char-subscripts', 'OPTIMIZE'=> '-g', 'DEFINE' => '-Dbool=char -DHAS_BOOL', - 'INC' => ' -I/usr/local/include -I../build -I../lib -I../popt -I/usr/include/rpm', + 'INC' => ' -I../build -I../lib -I../popt -I/usr/include/rpm', 'depend' => { 'rpm.c' => 'transaction.xs header.xs db.xs' }, ); -- 2.7.4