Casts for debugging messages.
authorjbj <devnull@localhost>
Thu, 18 May 2000 14:06:48 +0000 (14:06 +0000)
committerjbj <devnull@localhost>
Thu, 18 May 2000 14:06:48 +0000 (14:06 +0000)
CVS patchset: 3741
CVS date: 2000/05/18 14:06:48

perl/Makefile.PL

index c3613d3..aec2361 100644 (file)
@@ -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' },
 );