diff options
author | jbj <devnull@localhost> | 2000-12-30 19:01:23 +0000 |
---|---|---|
committer | jbj <devnull@localhost> | 2000-12-30 19:01:23 +0000 |
commit | e5899585adb06bc6d934b6a571c6778710a334a6 (patch) | |
tree | bd079fb121979a0128b2ab85d0b280a7de108ba0 /perl | |
parent | 23f9e46a3394fbe6687a1c0446c9a2ae393cc515 (diff) | |
download | rpm-e5899585adb06bc6d934b6a571c6778710a334a6.tar.gz rpm-e5899585adb06bc6d934b6a571c6778710a334a6.tar.bz2 rpm-e5899585adb06bc6d934b6a571c6778710a334a6.zip |
- (non-linux): move stubs.c to rpmio (#21132).
- (python): bind initdb (#20988).
CVS patchset: 4389
CVS date: 2000/12/30 19:01:23
Diffstat (limited to 'perl')
-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 f62ecfe58..bb66f7389 100644 --- a/perl/Makefile.PL +++ b/perl/Makefile.PL @@ -9,7 +9,7 @@ WriteMakefile( 'VERSION_FROM' => 'rpm.pm', # finds $VERSION 'MAKEFILE'=> 'PMakefile', 'LIBS' => [' -L/usr/local/lib -lz -lbz2'], # e.g., '-lm' - 'CCFLAGS' => '-g -O2 -D_GNU_SOURCE -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wno-char-subscripts', + 'CCFLAGS' => '-O2 -pg -D_GNU_SOURCE -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wno-char-subscripts', 'OPTIMIZE'=> '-g', 'DEFINE' => '-Dbool=char -DHAS_BOOL', 'INC' => ' -I../build -I../lib -I../popt -I/usr/include/rpm', |