ccnet fix building after libdb
This commit is contained in:
parent
4cf817a3a5
commit
7808db2329
11
packages/ccnet/ccnet-config.h.patch
Normal file
11
packages/ccnet/ccnet-config.h.patch
Normal file
@ -0,0 +1,11 @@
|
||||
--- ./net/common/ccnet-config.h.orig 2020-01-19 20:33:55.463089854 +0000
|
||||
+++ ./net/common/ccnet-config.h 2020-01-19 20:34:02.763214014 +0000
|
||||
@@ -4,7 +4,7 @@
|
||||
#define SEAFILE_CONFIG_H
|
||||
|
||||
#include "session.h"
|
||||
-#include "db.h"
|
||||
+#include "../../lib/db.h"
|
||||
|
||||
/*
|
||||
* Returns: config value in string. The string should be freed by caller.
|
11
packages/ccnet/ccnet-db.h.patch
Normal file
11
packages/ccnet/ccnet-db.h.patch
Normal file
@ -0,0 +1,11 @@
|
||||
--- ./net/common/ccnet-db.h.orig 2020-01-19 20:35:46.504992486 +0000
|
||||
+++ ./net/common/ccnet-db.h 2020-01-19 20:36:10.155403556 +0000
|
||||
@@ -3,7 +3,7 @@
|
||||
#ifndef CCNET_DB_H
|
||||
#define CCNET_DB_H
|
||||
|
||||
-#include "db.h"
|
||||
+#include "../../lib/db.h"
|
||||
|
||||
#ifdef CCNET_SERVER
|
||||
|
Loading…
Reference in New Issue
Block a user