[LON-CAPA-cvs] cvs: modules /matthew/systemperl prepare_systemperl.pl
matthew
lon-capa-cvs@mail.lon-capa.org
Fri, 09 May 2003 17:18:51 -0000
matthew Fri May 9 13:18:51 2003 EDT
Modified files:
/modules/matthew/systemperl prepare_systemperl.pl
Log:
Added patches for Krb4 and Krb5 builds. Patches are not included.
Results may vary. This produces a systemperl that APPEARS to work.
Index: modules/matthew/systemperl/prepare_systemperl.pl
diff -u modules/matthew/systemperl/prepare_systemperl.pl:1.1 modules/matthew/systemperl/prepare_systemperl.pl:1.2
--- modules/matthew/systemperl/prepare_systemperl.pl:1.1 Fri May 9 12:42:22 2003
+++ modules/matthew/systemperl/prepare_systemperl.pl Fri May 9 13:18:51 2003
@@ -1,6 +1,6 @@
#!/usr/bin/perl -w
#
-# $Id: prepare_systemperl.pl,v 1.1 2003/05/09 16:42:22 matthew Exp $
+# $Id: prepare_systemperl.pl,v 1.2 2003/05/09 17:18:51 matthew Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -91,10 +91,10 @@
compile => $local_install.$sysperl_install },
{ src=>"Authen::Krb4",
dirname=>"Krb4-*",
- compile=>'nonstandard' },
+ compile => 'patch < ../../Krb4_patch;'.$sysperl_install },
{ src=>"Authen::Krb5",
dirname=>"Krb5-*",
- compile=>'nonstandard' },
+ compile => 'patch < ../../Krb5_patch;'.$sysperl_install },
{ src=>"Locale::Maketext",
dirname => "Locale-Maketext-*",
compile => $sysperl_install },