aboutsummaryrefslogtreecommitdiff
path: root/.gitmodules
diff options
context:
space:
mode:
authorPaul Sokolovsky2016-06-14 22:20:18 +0300
committerPaul Sokolovsky2016-06-14 22:20:18 +0300
commit06b783cf58222ae616694b2c0b5de565de44349a (patch)
treecc377c89d643ec6537886f69b2fc9becf1068690 /.gitmodules
parent8072162170851bae0e3d9a9e3ec6c7be64ad1253 (diff)
lib/berkeley-db-1.xx: Add Berkeley DB 1.85 as a submodule.
From https://github.com/pfalcon/berkeley-db-1.xx, which so far contains pristine 1.85, but will get patches and compile warning fixes going forward. Berkeley DB 1.xx is BSD-licensed, and will form the basis of "btree" simple database module.
Diffstat (limited to '.gitmodules')
-rw-r--r--.gitmodules3
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules
index 254dabf02..7735bc2d0 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -8,3 +8,6 @@
[submodule "lib/lwip"]
path = lib/lwip
url = http://git.savannah.gnu.org/r/lwip.git
+[submodule "lib/berkeley-db-1.xx"]
+ path = lib/berkeley-db-1.xx
+ url = https://github.com/pfalcon/berkeley-db-1.xx