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 | |
| 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.
| -rw-r--r-- | .gitmodules | 3 | ||||
| m--------- | lib/berkeley-db-1.xx | 0 |
2 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 diff --git a/lib/berkeley-db-1.xx b/lib/berkeley-db-1.xx new file mode 160000 +Subproject 6dc9d673a4a536341b5ba770809b8e160381949 |
