Revision: 6046
          http://ipcop.svn.sourceforge.net/ipcop/?rev=6046&view=rev
Author:   gespinasse
Date:     2011-11-09 13:29:48 +0000 (Wed, 09 Nov 2011)
Log Message:
-----------
Trust gdlib-config --features to configure the package

Run supplied tests

Modified Paths:
--------------
    ipcop/trunk/lfs/GD

Modified: ipcop/trunk/lfs/GD
===================================================================
--- ipcop/trunk/lfs/GD  2011-11-09 12:48:06 UTC (rev 6045)
+++ ipcop/trunk/lfs/GD  2011-11-09 13:29:48 UTC (rev 6046)
@@ -82,9 +82,12 @@
        @$(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
+       # Trust gdlib-config --features to configure the package
+       cd $(DIR_APP) && perl Makefile.PL
        cd $(DIR_APP) && make
+ifeq "$(RUNNING_TEST)" "yes"
+       -cd $(DIR_APP) && make test &> $(DIR_TEST)/$(THISAPP)-$(STAGE_ORDER).log
+endif
        cd $(DIR_APP) && make install
 
        @rm -rf $(DIR_APP)

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


------------------------------------------------------------------------------
RSA(R) Conference 2012
Save $700 by Nov 18
Register now
http://p.sf.net/sfu/rsa-sfdev2dev1
_______________________________________________
Ipcop-svn mailing list
Ipcop-svn@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ipcop-svn

Reply via email to