diff options
author | jbj <devnull@localhost> | 2000-05-18 14:06:48 +0000 |
---|---|---|
committer | jbj <devnull@localhost> | 2000-05-18 14:06:48 +0000 |
commit | 7f1e954024b68736c826d571b26a0c91a038b4fa (patch) | |
tree | 03fef24ce1cae77e64c6babb6550ebfc2eb0e290 | |
parent | 3d8229ebfc33db9e1fdc83df6039b5030c710eb9 (diff) | |
download | librpm-tizen-7f1e954024b68736c826d571b26a0c91a038b4fa.tar.gz librpm-tizen-7f1e954024b68736c826d571b26a0c91a038b4fa.tar.bz2 librpm-tizen-7f1e954024b68736c826d571b26a0c91a038b4fa.zip |
Casts for debugging messages.
CVS patchset: 3741
CVS date: 2000/05/18 14:06:48
-rw-r--r-- | perl/Makefile.PL | 2 |
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' }, ); |