Commit df87ba18 authored by Geoff Simmons's avatar Geoff Simmons

trackrdrd: build script for CI configures paths for use in Lhotse environments

parent 374f355d
......@@ -20,7 +20,7 @@ cd $WORKSPACE/trackrdrd
./autogen.sh
[[ $? -ne 0 ]] && exit 1
CFLAGS=-m64 CXXFLAGS=-m64 ./configure VARNISHSRC=$WORKSPACE/lhotse-varnish-cache
CFLAGS=-m64 CXXFLAGS=-m64 LDFLAGS=-Wl,-rpath=/var/opt/varnish/lib/varnish:/var/opt/varnish/lib ./configure --prefix=/var/opt/varnish_tracking VARNISHSRC=$WORKSPACE/lhotse-varnish-cache
[[ $? -ne 0 ]] && exit 1
make clean
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment