From faefd04705779f719ea87759eed5e129a0ec5e27 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Thu, 30 Sep 1999 13:13:00 +0000 Subject: no_comment --- perl-install/c/Makefile.PL | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'perl-install/c/Makefile.PL') diff --git a/perl-install/c/Makefile.PL b/perl-install/c/Makefile.PL index edbabef13..85030d3c4 100644 --- a/perl-install/c/Makefile.PL +++ b/perl-install/c/Makefile.PL @@ -8,8 +8,9 @@ $libs .= ' -lrpm -ldb1 -lz' if $ENV{C_RPM}; WriteMakefile( 'NAME' => 'c', + 'OPTIMIZE' => '-Os', 'VERSION_FROM' => 'c.pm', # finds $VERSION 'LIBS' => [$libs], # e.g., '-lm' 'DEFINE' => '', # e.g., '-DHAVE_SOMETHING' - 'INC' => '-I/usr/include/rpm -Wall `gtk-config --cflags`', # e.g., '-I/usr/include/other' + 'INC' => '-I/usr/include/rpm `gtk-config --cflags`', # e.g., '-I/usr/include/other' ); -- cgit v1.2.1