diff options
author | 2014-11-18 19:49:18 +0000 | |
---|---|---|
committer | 2014-11-18 19:49:18 +0000 | |
commit | 330d7c7d2042df2784f5f8c366180d322eb93dc5 (patch) | |
tree | a7d0ab91e9621cfb312b7db42caddfdb5ac4f2ef | |
parent | Ignore invalid directories in man.conf(5) and MANPATH, even if their (diff) | |
download | wireguard-openbsd-330d7c7d2042df2784f5f8c366180d322eb93dc5.tar.xz wireguard-openbsd-330d7c7d2042df2784f5f8c366180d322eb93dc5.zip |
We have dbm.h, so unbreak the tree
-rw-r--r-- | gnu/usr.bin/perl/hints/openbsd.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gnu/usr.bin/perl/hints/openbsd.sh b/gnu/usr.bin/perl/hints/openbsd.sh index 16db0c0c936..f4b6def5241 100644 --- a/gnu/usr.bin/perl/hints/openbsd.sh +++ b/gnu/usr.bin/perl/hints/openbsd.sh @@ -157,7 +157,6 @@ case "$openbsd_distribution" in # Don't support DBM not in base i_gdbm='undef' - i_dbm='undef' ;; esac |