add extra steps to install udpreplay 31/42331/1
authorJamo Luhrsen <jluhrsen@redhat.com>
Fri, 22 Jul 2016 18:15:10 +0000 (11:15 -0700)
committerJamo Luhrsen <jluhrsen@redhat.com>
Fri, 22 Jul 2016 18:15:10 +0000 (11:15 -0700)
Change-Id: Ica4d019106e197daab78547c48e2659c28a46db2
Signed-off-by: Jamo Luhrsen <jluhrsen@redhat.com>
packer/provision/robot.sh

index 19aee18284b4a988c5492530b7840c7ed0a06400..cf7c80997b5bea002a37ffc2d0036e39999b9204 100644 (file)
@@ -21,6 +21,8 @@ yum install -y -q crudini
 yum install -q -y libpcap-devel boost-devel
 git clone -q https://github.com/ska-sa/udpreplay.git
 cd udpreplay
+./bootstrap.sh
+./configure
 make &> /dev/null && cp udpreplay /usr/local/bin
 
 ## DLUX dependencies