[Nagiosplug-checkins] SF.net SVN: nagiosplug:[2133] nagiosplug/trunk/tools/tinderbox_build

dermoth at users.sourceforge.net dermoth at users.sourceforge.net
Mon Jan 19 08:25:56 CET 2009


Revision: 2133
          http://nagiosplug.svn.sourceforge.net/nagiosplug/?rev=2133&view=rev
Author:   dermoth
Date:     2009-01-19 07:25:56 +0000 (Mon, 19 Jan 2009)

Log Message:
-----------
Build extra-opts in tinderbox so they can be tested

From: Thomas Guyot-Sionnest <dermoth at aei.ca>

Modified Paths:
--------------
    nagiosplug/trunk/tools/tinderbox_build

Modified: nagiosplug/trunk/tools/tinderbox_build
===================================================================
--- nagiosplug/trunk/tools/tinderbox_build	2009-01-19 05:08:30 UTC (rev 2132)
+++ nagiosplug/trunk/tools/tinderbox_build	2009-01-19 07:25:56 UTC (rev 2133)
@@ -246,8 +246,8 @@
 
 sub configure {
 	# Configure
-        print LOG "./configure --enable-libtap $ConfigureArgs\n";
-        open (CONFIGURE, "./configure --enable-libtap $ConfigureArgs 2>&1 |") || die "../configure: $!\n";
+        print LOG "./configure --enable-extra-opts --enable-libtap $ConfigureArgs\n";
+        open (CONFIGURE, "./configure --enable-extra-opts --enable-libtap $ConfigureArgs 2>&1 |") || die "../configure: $!\n";
         while (<CONFIGURE>) {
             print $_;
             print LOG $_;


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




More information about the Commits mailing list