summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2000-07-13 12:07:12 +0000
committerPascal Rigaux <pixel@mandriva.com>2000-07-13 12:07:12 +0000
commit5d7866bc867a4a048d9e917a7d26e9189feacd0d (patch)
tree273e6fc1f44819c825697714dad7d845e0d9d186
parent64e3af6a229bbadbee8b64ede2f8bf7f44bd5c05 (diff)
downloaddrakx-backup-do-not-use-5d7866bc867a4a048d9e917a7d26e9189feacd0d.tar
drakx-backup-do-not-use-5d7866bc867a4a048d9e917a7d26e9189feacd0d.tar.gz
drakx-backup-do-not-use-5d7866bc867a4a048d9e917a7d26e9189feacd0d.tar.bz2
drakx-backup-do-not-use-5d7866bc867a4a048d9e917a7d26e9189feacd0d.tar.xz
drakx-backup-do-not-use-5d7866bc867a4a048d9e917a7d26e9189feacd0d.zip
no_comment
-rw-r--r--perl-install/c/Makefile.PL2
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'
);