diff options
| author | Paul Sokolovsky | 2016-06-14 22:20:18 +0300 |
|---|---|---|
| committer | Paul Sokolovsky | 2016-06-14 22:20:18 +0300 |
| commit | 06b783cf58222ae616694b2c0b5de565de44349a (patch) | |
| tree | cc377c89d643ec6537886f69b2fc9becf1068690 /.gitmodules | |
| parent | 8072162170851bae0e3d9a9e3ec6c7be64ad1253 (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-- | .gitmodules | 3 |
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 |
