summaryrefslogtreecommitdiff
path: root/perl
diff options
context:
space:
mode:
authorjbj <devnull@localhost>2000-05-18 14:06:48 +0000
committerjbj <devnull@localhost>2000-05-18 14:06:48 +0000
commit7f1e954024b68736c826d571b26a0c91a038b4fa (patch)
tree03fef24ce1cae77e64c6babb6550ebfc2eb0e290 /perl
parent3d8229ebfc33db9e1fdc83df6039b5030c710eb9 (diff)
downloadrpm-7f1e954024b68736c826d571b26a0c91a038b4fa.tar.gz
rpm-7f1e954024b68736c826d571b26a0c91a038b4fa.tar.bz2
rpm-7f1e954024b68736c826d571b26a0c91a038b4fa.zip
Casts for debugging messages.
CVS patchset: 3741 CVS date: 2000/05/18 14:06:48
Diffstat (limited to 'perl')
-rw-r--r--perl/Makefile.PL2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl/Makefile.PL b/perl/Makefile.PL
index c3613d307..aec2361ce 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' },
);