mirror of
https://github.com/novatiq/packages.git
synced 2026-07-31 07:43:06 +01:00
opencv: Update to 4.1.1
Update Makefile to modern standards. Switched to local tarballs..xz archives are smaller. The .gz archive that codeload comes with is 85MB. Replaced PKG_INSTALL with CMAKE_INSTALL to get rid of Build/InstallDev. Added PKG_BUILD_PARALLEL for faster compilation. Removed inactive maintainer. Added uClibc-ng patches to fix compilation. Signed-off-by: Rosen Penev <rosenp@gmail.com>
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
--- a/3rdparty/libjasper/jas_stream.c
|
||||
+++ b/3rdparty/libjasper/jas_stream.c
|
||||
@@ -86,6 +86,10 @@
|
||||
#include <io.h>
|
||||
#endif
|
||||
|
||||
+#ifndef L_tmpnam
|
||||
+#define L_tmpnam 20
|
||||
+#endif
|
||||
+
|
||||
#include "jasper/jas_types.h"
|
||||
#include "jasper/jas_stream.h"
|
||||
#include "jasper/jas_malloc.h"
|
||||
Reference in New Issue
Block a user