diff options
author | 2014-11-18 18:55:50 +0000 | |
---|---|---|
committer | 2014-11-18 18:55:50 +0000 | |
commit | dbc3fb2758ffce0aa7e193a3475caa978db69b84 (patch) | |
tree | 3cd13b5026e94d3c3446381ecb4fad3dd01eac54 | |
parent | Add __attribute__((__bounded__)) to arc4random_buf(). (diff) | |
download | wireguard-openbsd-dbc3fb2758ffce0aa7e193a3475caa978db69b84.tar.xz wireguard-openbsd-dbc3fb2758ffce0aa7e193a3475caa978db69b84.zip |
Don't build support in perl for *dbm not in the base system
OK millert@
-rw-r--r-- | gnu/usr.bin/perl/hints/openbsd.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gnu/usr.bin/perl/hints/openbsd.sh b/gnu/usr.bin/perl/hints/openbsd.sh index d138d6fd088..16db0c0c936 100644 --- a/gnu/usr.bin/perl/hints/openbsd.sh +++ b/gnu/usr.bin/perl/hints/openbsd.sh @@ -154,6 +154,10 @@ case "$openbsd_distribution" in useshrplib=true libperl=`. $src/shlib_version; echo libperl.so.${major}.${minor}` fi + + # Don't support DBM not in base + i_gdbm='undef' + i_dbm='undef' ;; esac |