mirror of
https://github.com/novatiq/packages.git
synced 2026-07-29 06:53:07 +01:00
libzdb: update to 3.2
Removed most patches. The last was upstreamed and the others can be worked around using Makefile. Removed inactive maintainer. Added PKG_BUILD_PARALLEL for faster compilation. Fixed license information. Massive reorganization of Makefile for consistency between packages. Removed --with-sql options. These are totally broken when cross compiling. Leaving them out works just as well. Added cpp patch as the test needs a header. Signed-off-by: Rosen Penev <rosenp@gmail.com>
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
--- a/test/zdbpp.cpp
|
||||
+++ b/test/zdbpp.cpp
|
||||
@@ -1,3 +1,4 @@
|
||||
+#include <cassert>
|
||||
#include <iostream>
|
||||
#include <string>
|
||||
#include <map>
|
||||
Reference in New Issue
Block a user