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-lib-gssapi-Makefile.in | |
| 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-lib-gssapi-Makefile.in')
| -rw-r--r-- | security/heimdal/files/patch-lib-gssapi-Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/heimdal/files/patch-lib-gssapi-Makefile.in b/security/heimdal/files/patch-lib-gssapi-Makefile.in index 590b87e16579..291274eb232c 100644 --- a/security/heimdal/files/patch-lib-gssapi-Makefile.in +++ b/security/heimdal/files/patch-lib-gssapi-Makefile.in @@ -1,4 +1,4 @@ ---- lib/gssapi/Makefile.in.orig 2017-01-03 13:45:04 UTC +--- lib/gssapi/Makefile.in.orig 2017-01-03 19:44:17 UTC +++ lib/gssapi/Makefile.in @@ -304,8 +304,14 @@ test_acquire_cred_DEPENDENCIES = libgssa $(top_builddir)/lib/krb5/libkrb5.la $(am__DEPENDENCIES_1) |
