diff options
author | Pascal Rigaux <pixel@mandriva.com> | 1999-10-10 12:56:58 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 1999-10-10 12:56:58 +0000 |
commit | 5e3f79e9a036b95eb9508746a5e47acda54586b0 (patch) | |
tree | fd6e9f7c056a6c2db37ef781643ebe3e7171456c /perl-install/c/Makefile.PL | |
parent | fc5950e2eb1f9c0b7a1553f5717940d880e4853c (diff) | |
download | drakx-5e3f79e9a036b95eb9508746a5e47acda54586b0.tar drakx-5e3f79e9a036b95eb9508746a5e47acda54586b0.tar.gz drakx-5e3f79e9a036b95eb9508746a5e47acda54586b0.tar.bz2 drakx-5e3f79e9a036b95eb9508746a5e47acda54586b0.tar.xz drakx-5e3f79e9a036b95eb9508746a5e47acda54586b0.zip |
no_comment
Diffstat (limited to 'perl-install/c/Makefile.PL')
-rw-r--r-- | perl-install/c/Makefile.PL | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/perl-install/c/Makefile.PL b/perl-install/c/Makefile.PL index 85030d3c4..647d5bcc0 100644 --- a/perl-install/c/Makefile.PL +++ b/perl-install/c/Makefile.PL @@ -7,9 +7,10 @@ my $libs = '-L/usr/X11R6/lib -lX11 -lgdk'; $libs .= ' -lrpm -ldb1 -lz' if $ENV{C_RPM}; WriteMakefile( - 'NAME' => 'c', + 'NAME' => 'stuff', 'OPTIMIZE' => '-Os', - 'VERSION_FROM' => 'c.pm', # finds $VERSION + 'MAKEFILE' => 'Makefile_c', + 'VERSION_FROM' => 'stuff.pm', # finds $VERSION 'LIBS' => [$libs], # e.g., '-lm' 'DEFINE' => '', # e.g., '-DHAVE_SOMETHING' 'INC' => '-I/usr/include/rpm `gtk-config --cflags`', # e.g., '-I/usr/include/other' |