openvc: disable precompiled headers
authorDirk Neukirchen <redacted>
Thu, 13 Aug 2015 17:16:44 +0000 (19:16 +0200)
committerDirk Neukirchen <redacted>
Fri, 21 Aug 2015 09:14:54 +0000 (11:14 +0200)
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 <redacted>
libs/opencv/Makefile

index 3b6efa599f038ff32060a6ea95afd401744bc8cf..c77f14e06a187e12e589a00397562673d251325e 100644 (file)
@@ -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
git clone https://git.99rst.org/PROJECT