Commit 54f190cb authored by Alexander Alekhin's avatar Alexander Alekhin

Merge pull request #6692 from ilya-lavrenov:lintian

parents dafb4b81 6677f817
......@@ -266,6 +266,11 @@ ocv_get_lintian_version(LINTIAN_VERSION)
set(LIBS_LINTIAN_OVERRIDES "binary-or-shlib-defines-rpath" # usr/lib/libopencv_core.so.2.4.12
"package-name-doesnt-match-sonames") # libopencv-calib3d2.4 libopencv-contrib2.4
if(AARCH64 AND CMAKE_COMPILER_IS_GNUCXX AND CMAKE_CXX_COMPILER_VERSION VERSION_LESS 4.9)
# GCC 4.8 has a bug which sometimes causes it to produce non-PIC aarch64 code.
list(APPEND LIBS_LINTIAN_OVERRIDES "shlib-with-non-pic-code")
endif()
if(HAVE_opencv_python)
set(PYTHON_LINTIAN_OVERRIDES "binary-or-shlib-defines-rpath" # usr/lib/python2.7/dist-packages/cv2.so
"missing-dependency-on-numpy-abi")
......
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