gdbm: enable compatibility layer for dbm (#17063)

authored by Tim Cuthbertson and committed by Franz Pletz 5164b2de c4d17c53

+2
+2
pkgs/development/libraries/gdbm/default.nix
··· 10 11 doCheck = true; 12 13 meta = with stdenv.lib; { 14 description = "GNU dbm key/value database library"; 15
··· 10 11 doCheck = true; 12 13 + configureFlags = [ "--enable-libgdbm-compat" ]; 14 + 15 meta = with stdenv.lib; { 16 description = "GNU dbm key/value database library"; 17