updated with new dce configuration draft default tip
authorHajime Tazaki <tazaki@nict.go.jp>
Fri, 22 Feb 2013 15:38:09 +0900
changeset 150 ce659a119096
parent 149 514060290176
updated with new dce configuration
bakeconf.xml
--- a/bakeconf.xml	Thu Feb 14 16:31:13 2013 +0900
+++ b/bakeconf.xml	Fri Feb 22 15:38:09 2013 +0900
@@ -49,7 +49,7 @@
        <depends_on name="iperf" optional="True"/>
        <depends_on name="ccnx" optional="True"/>
       <build type="waf" objdir="build">
-	<attribute name="configure_arguments" value="configure --prefix=$INSTALLDIR"/>
+	<attribute name="configure_arguments" value="configure --with-ns3=$INSTALLDIR --with-elf-loader=$INSTALLDIR/lib --prefix=$INSTALLDIR"/>
 	<attribute name="post_installation" value="cd $SRCDIR; ./waf --run ns3test-dce"/>
      </build>
     </module>
@@ -64,7 +64,7 @@
        <depends_on name="iproute" optional="False"/>
        <depends_on name="ns-3-dev-dce" optional="False"/>
       <build type="waf" objdir="yes" sourcedir="dce">
-	<attribute name="configure_arguments" value="configure --prefix=$INSTALLDIR --enable-kernel-stack=$SRCDIR/../ns-3-linux"/>
+	<attribute name="configure_arguments" value="configure --prefix=$INSTALLDIR --with-ns3=$INSTALLDIR --with-elf-loader=$INSTALLDIR/lib --enable-kernel-stack=$SRCDIR/../ns-3-linux"/>
 	<attribute name="post_installation" value="cd $SRCDIR; ./waf --run ns3test-dce"/>
       </build>
     </module>