diff options
| author | Hiroki Sato <hrs@FreeBSD.org> | 2017-01-03 20:00:29 +0000 |
|---|---|---|
| committer | Hiroki Sato <hrs@FreeBSD.org> | 2017-01-03 20:00:29 +0000 |
| commit | 277795238c1a54fb46059b9603c3f0b59ec63c77 (patch) | |
| tree | 46ed7f2cb0ed15e362de1251e97c6df8b9190453 /security/heimdal/files/patch-configure | |
| parent | 28e7e01df0bd11e6445803ff4a8ebd8e3ca712ec (diff) | |
- Enable dbopen() in DB 1.85 even if !BDB because libhdb with
no backend is very confusing.
- Fix build when !BDB[*]
PR: 215741 [*]
Diffstat (limited to 'security/heimdal/files/patch-configure')
| -rw-r--r-- | security/heimdal/files/patch-configure | 21 |
1 files changed, 20 insertions, 1 deletions
diff --git a/security/heimdal/files/patch-configure b/security/heimdal/files/patch-configure index 308c4a2146c2..5bd26a6d42a2 100644 --- a/security/heimdal/files/patch-configure +++ b/security/heimdal/files/patch-configure @@ -18,7 +18,26 @@ ;; *-*-openbsd*) native_pthread_support=yes -@@ -28685,7 +28685,7 @@ fi +@@ -16776,7 +16776,7 @@ fi + + fi + +-for db_type in unknown $db_type_preference; do ++for db_type in $db_type_preference unknown; do + if eval test \"x\$have_${db_type}\" = xyes; then + break + fi +@@ -16935,6 +16935,9 @@ esac + + $as_echo "#define HAVE_NDBM 1" >>confdefs.h + have_ndbm=yes ++ if test "$db_type" = "unknown"; then ++ db_type=ndbm ++ fi + else + + $as_unset ac_cv_func_dbm_firstkey +@@ -28685,7 +28688,7 @@ fi krb_cv_compile_et="no" krb_cv_com_err_need_r="" |
