lede-packages-rs

git clone git://archive.git.mtrnord.blog/MTRNord/lede-packages-rs.git
Log | Files | Refs | README | LICENSE

commit 75b0c4fb1b7bbcd5ed27eb9205aeae0a8ec118d4
parent 6b4b26f5061c3fa78350259e9953714c411dd159
Author: Dirk Neukirchen <dirkneukirchen@web.de>
Date:   Thu, 13 Aug 2015 19:16:44 +0200

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 <dirkneukirchen@web.de>

Diffstat:
Mlibs/opencv/Makefile | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git 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