libs: gdbm: enable/install Berkley DBM compat layer
authorAlexandru Ardelean <ardeleanalex@gmail.com>
Wed, 19 May 2021 14:16:43 +0000 (17:16 +0300)
committerAlexandru Ardelean <ardeleanalex@gmail.com>
Tue, 13 Jul 2021 08:22:32 +0000 (11:22 +0300)
commitefde2462c68fa1c33b9587dcd3e4914cccf1ad0b
treec38edb864ea47d728ade745ba4c1336c731c3632
parentfc9d8b5b91f1800f2728491aa25cd5010607edef
libs: gdbm: enable/install Berkley DBM compat layer

Python supports both GNU dbm and Berkley DBM.
GNU dbm also has a compatibility layer for Berkeley.

The current Berkley DB in OpenWrt is 4.7 and hasn't been updated in ages.
It's also pretty big.

So, an alternative for Python is to use GNU dbm for both (GNU and Berkley).

Also, removing static shared libraries from the build, to encourage the
usage of the shared ones.

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
libs/gdbm/Makefile