Merge pull request #17551 from womfoo/fix/xtreemfs-openssl-build

xtreemfs: fix build
This commit is contained in:
Robin Gloster 2016-08-08 13:24:17 +00:00 committed by GitHub
commit 34086084fc

View file

@ -21,7 +21,8 @@ stdenv.mkDerivation rec {
export BOOST_INCLUDEDIR=${boost.dev}/include
export BOOST_LIBRARYDIR=${boost.out}/lib
export OPENSSL_ROOT_DIR=${openssl.dev}
export CMAKE_INCLUDE_PATH=${openssl.dev}/include
export CMAKE_LIBRARY_PATH=${openssl.out}/lib
substituteInPlace cpp/cmake/FindValgrind.cmake \
--replace "/usr/local" "${valgrind}"