mirror of
https://git.rwth-aachen.de/acs/public/villas/node/
synced 2025-03-09 00:00:00 +01:00
packaging: fix include search path for redispp build
Signed-off-by: Steffen Vogel <steffen.vogel@opal-rt.com>
This commit is contained in:
parent
60104c33ff
commit
76e2986ee7
1 changed files with 1 additions and 1 deletions
|
@ -264,7 +264,7 @@ if [ -z "${SKIP_REDISPP}" -a -z "${SKIP_REDIS}" ]; then
|
|||
pushd redis-plus-plus/build
|
||||
|
||||
# Somehow redis++ fails to find the hiredis include path on Debian multiarch builds
|
||||
REDISPP_CMAKE_OPTS+="-DCMAKE_CXX_FLAGS=-I/usr/local/include"
|
||||
REDISPP_CMAKE_OPTS+="-DCMAKE_CXX_FLAGS=-I${PREFIX}/include"
|
||||
|
||||
cmake -DREDIS_PLUS_PLUS_BUILD_TEST=OFF \
|
||||
-DREDIS_PLUS_PLUS_BUILD_STATIC=OFF \
|
||||
|
|
Loading…
Add table
Reference in a new issue