[Lunar-commits] <moonbase> Net-SSLeay: disable user prompt

Auke Kok sofar at foo-projects.org
Sun Aug 9 03:08:27 CEST 2009


commit f6cc8555cad142b08c09fa5a599b41527c61967e
Author: Paul Bredbury <brebs at sent.com>
Date:   Sun Aug 9 03:08:27 2009 +0200

    Net-SSLeay: disable user prompt
    
    Which messes up an overnight "lunar rebuild" by stopping dead.
---
 web/Net-SSLeay/BUILD |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/web/Net-SSLeay/BUILD b/web/Net-SSLeay/BUILD
index b0ce3c1..6179bd1 100644
--- a/web/Net-SSLeay/BUILD
+++ b/web/Net-SSLeay/BUILD
@@ -1,6 +1,6 @@
 (
 
-  perl  Makefile.PL  &&
+  PERL_MM_USE_DEFAULT=1 perl  Makefile.PL  &&
   make               &&
   prepare_install    &&
   make    install


More information about the Lunar-commits mailing list