From 75b0c4fb1b7bbcd5ed27eb9205aeae0a8ec118d4 Mon Sep 17 00:00:00 2001 From: Dirk Neukirchen Date: Thu, 13 Aug 2015 19:16:44 +0200 Subject: [PATCH] openvc: disable precompiled headers this commit fixes musl build precompiled headers are not strictly necessary according to https://gcc.gnu.org/onlinedocs/gcc/Precompiled-Headers.html precompiled headers will probably be broken anyway in cross-compile cases Signed-off-by: Dirk Neukirchen --- libs/opencv/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/libs/opencv/Makefile b/libs/opencv/Makefile index 3b6efa599..c77f14e06 100644 --- a/libs/opencv/Makefile +++ b/libs/opencv/Makefile @@ -52,6 +52,8 @@ CMAKE_OPTIONS += -DBUILD_opencv_gpu:BOOL=OFF \ -DWITH_LIBV4L:BOOL=OFF \ -DWITH_PNG:BOOL=OFF \ -DWITH_TIFF:BOOL=OFF \ + -DCMAKE_VERBOSE:BOOL=OFF \ + -DENABLE_PRECOMPILED_HEADERS=OFF define Build/InstallDev $(INSTALL_DIR) $(1)/usr/include