Merge pull request #31243 from pbogdan/tcpflow-fix-build

tcpflow: fix build
This commit is contained in:
Tim Steinbach
2017-11-04 10:42:18 -04:00
committed by GitHub

View File

@@ -36,7 +36,7 @@ stdenv.mkDerivation rec {
buildInputs = [ openssl zlib libpcap boost automake autoconf ] ++ lib.optional useCairo cairo;
postUnpack = ''
pushd tcpflow-*-src/src
pushd "$sourceRoot/src"
cp -rv ${be13_api}/* be13_api/
cp -rv ${dfxml}/* dfxml/
cp -rv ${httpparser}/* http-parser/