Revision: 6283
          http://ipcop.svn.sourceforge.net/ipcop/?rev=6283&view=rev
Author:   gespinasse
Date:     2012-01-29 11:57:12 +0000 (Sun, 29 Jan 2012)
Log Message:
-----------
Clean the makefile avoiding the blind yes 'n' |.
Not that the alternate answer is very fine.
I borrowed the cryptic PERL_MM_USE_DEFAULT=1 at Fedora

That's easy to find CPAN package adding perl- to the name of the package.

Modified Paths:
--------------
    ipcop/trunk/lfs/Net-SSLeay

Modified: ipcop/trunk/lfs/Net-SSLeay
===================================================================
--- ipcop/trunk/lfs/Net-SSLeay  2012-01-29 11:45:47 UTC (rev 6282)
+++ ipcop/trunk/lfs/Net-SSLeay  2012-01-29 11:57:12 UTC (rev 6283)
@@ -82,10 +82,11 @@
        @$(PREBUILD)
        @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE)
 
-       cd $(DIR_APP) && sed -i "s%,'y'%,'n'%" Makefile.PL
-       cd $(DIR_APP) && yes 'n' | perl Makefile.PL
+       # PERL_MM_USE_DEFAULT=1 is the way to answer 'no' to Makefile.PL for 
external tests question.
+       cd $(DIR_APP) && PERL_MM_USE_DEFAULT=1 perl Makefile.PL
        cd $(DIR_APP) && make
 ifeq "$(RUNNING_TEST)" "yes"
+       # we do not run external tests, that would require more perl packages 
installed
        -cd $(DIR_APP) && make test TEST_VERBOSE=1 &> 
$(DIR_TEST)/$(THISAPP)-$(STAGE_ORDER).log
 endif
        cd $(DIR_APP) && make install

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


------------------------------------------------------------------------------
Try before you buy = See our experts in action!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-dev2
_______________________________________________
Ipcop-svn mailing list
Ipcop-svn@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ipcop-svn

Reply via email to