diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2000-07-13 12:07:12 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2000-07-13 12:07:12 +0000 |
commit | 5d7866bc867a4a048d9e917a7d26e9189feacd0d (patch) | |
tree | 273e6fc1f44819c825697714dad7d845e0d9d186 /perl-install | |
parent | 64e3af6a229bbadbee8b64ede2f8bf7f44bd5c05 (diff) | |
download | drakx-5d7866bc867a4a048d9e917a7d26e9189feacd0d.tar drakx-5d7866bc867a4a048d9e917a7d26e9189feacd0d.tar.gz drakx-5d7866bc867a4a048d9e917a7d26e9189feacd0d.tar.bz2 drakx-5d7866bc867a4a048d9e917a7d26e9189feacd0d.tar.xz drakx-5d7866bc867a4a048d9e917a7d26e9189feacd0d.zip |
no_comment
Diffstat (limited to 'perl-install')
-rw-r--r-- | perl-install/c/Makefile.PL | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/c/Makefile.PL b/perl-install/c/Makefile.PL index 315160a17..0c41585a2 100644 --- a/perl-install/c/Makefile.PL +++ b/perl-install/c/Makefile.PL @@ -12,6 +12,6 @@ WriteMakefile( 'OBJECT' => 'stuff.o smp.o md5.o md5_crypt.o sbus.o silo.o', 'VERSION_FROM' => 'stuff.pm', # finds $VERSION 'LIBS' => [$libs], # e.g., '-lm' - 'DEFINE' => '', # e.g., '-DHAVE_SOMETHING' + 'DEFINE' => '-DHIGHFIRST -D"MD5Name(x)=x"', # e.g., '-DHAVE_SOMETHING' 'INC' => '-I/usr/include/rpm `gtk-config --cflags`', # e.g., '-I/usr/include/other' ); |