openvc: disable precompiled headers 1696/head
authorDirk Neukirchen <dirkneukirchen@web.de>
Thu, 13 Aug 2015 17:16:44 +0000 (19:16 +0200)
committerDirk Neukirchen <dirkneukirchen@web.de>
Fri, 21 Aug 2015 09:14:54 +0000 (11:14 +0200)
commit75b0c4fb1b7bbcd5ed27eb9205aeae0a8ec118d4
tree298e955ecdc33868d1d2fec83f3a5cd425e2efab
parent6b4b26f5061c3fa78350259e9953714c411dd159
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>
libs/opencv/Makefile