diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2018-08-13 18:46:33 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2018-08-13 18:46:33 +0000 |
commit | 5fba30d26b0ebd6741cd78441e36b3c4010f7e9f (patch) | |
tree | 7b1beeea110e77f2fea6fedc4c55fc393203c7b9 /testing/vera++/boost-python.patch | |
parent | da4068a7b746e28f5cb68427a1172ba05b7f42a5 (diff) | |
download | aports-5fba30d26b0ebd6741cd78441e36b3c4010f7e9f.tar.bz2 aports-5fba30d26b0ebd6741cd78441e36b3c4010f7e9f.tar.xz |
testing/vera++: build fix
fix detection of boost-python library
Diffstat (limited to 'testing/vera++/boost-python.patch')
-rw-r--r-- | testing/vera++/boost-python.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/testing/vera++/boost-python.patch b/testing/vera++/boost-python.patch new file mode 100644 index 0000000000..9b80641a21 --- /dev/null +++ b/testing/vera++/boost-python.patch @@ -0,0 +1,13 @@ +diff --git a/src/boost.cmake b/src/boost.cmake +index 37ecc13..3be4848 100644 +--- a/src/boost.cmake ++++ b/src/boost.cmake +@@ -8,7 +8,7 @@ mark_as_advanced(VERA_USE_SYSTEM_BOOST) + + set(boostLibs filesystem system program_options regex wave) + if(VERA_PYTHON) +- list(APPEND boostLibs python) ++ list(APPEND boostLibs python27) + endif() + + if(VERA_USE_SYSTEM_BOOST) |