|
From: <iro...@us...> - 2004-02-25 03:07:31
|
Update of /cvsroot/perl-openssl/Crypt/OpenSSL/Bignum In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2907/Bignum Modified Files: Makefile.PL Log Message: Compile properly under Redhat 9; thanks to Federico Dell'Anna <f_...@fr...> for helping me verify this Index: Makefile.PL =================================================================== RCS file: /cvsroot/perl-openssl/Crypt/OpenSSL/Bignum/Makefile.PL,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** Makefile.PL 21 Feb 2003 02:50:18 -0000 1.3 --- Makefile.PL 25 Feb 2004 03:00:40 -0000 1.4 *************** *** 9,13 **** 'AUTHOR' => 'Ian Robertson <iro...@cp...>', 'LIBS' => ['-lcrypto'], # e.g., '-lm' ! 'DEFINE' => '-DPERL5', # perl-5.8/gcc-3.2 needs this 'INC' => '', ); --- 9,14 ---- 'AUTHOR' => 'Ian Robertson <iro...@cp...>', 'LIBS' => ['-lcrypto'], # e.g., '-lm' ! 'DEFINE' => '-DPERL5 -DOPENSSL_NO_KRB5', ! # perl-5.8/gcc-3.2 needs -DPERL5, and redhat9 likes -DOPENSSL_NO_KRB5 'INC' => '', ); |