summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorafresh1 <afresh1@openbsd.org>2014-11-18 18:55:50 +0000
committerafresh1 <afresh1@openbsd.org>2014-11-18 18:55:50 +0000
commitdbc3fb2758ffce0aa7e193a3475caa978db69b84 (patch)
tree3cd13b5026e94d3c3446381ecb4fad3dd01eac54
parentAdd __attribute__((__bounded__)) to arc4random_buf(). (diff)
downloadwireguard-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.sh4
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