From: jbj Date: Thu, 18 May 2000 14:06:48 +0000 (+0000) Subject: Casts for debugging messages. X-Git-Tag: tznext/4.11.0.1.tizen20130304~8417 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=7f1e954024b68736c826d571b26a0c91a038b4fa;p=tools%2Flibrpm-tizen.git Casts for debugging messages. CVS patchset: 3741 CVS date: 2000/05/18 14:06:48 --- 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' }, );