aboutsummaryrefslogtreecommitdiff
path: root/security/heimdal
diff options
context:
space:
mode:
authorHiroki Sato <hrs@FreeBSD.org>2017-01-11 07:50:07 +0000
committerHiroki Sato <hrs@FreeBSD.org>2017-01-11 07:50:07 +0000
commitf124b68bad87cb8f634b01ffa1d1be99779c10f4 (patch)
tree2128d51428ad7d56fadea98d1da5139658d6b600 /security/heimdal
parent3303aa630b347a4597fa8ce577dbd64b29fdcbf4 (diff)
downloadports-f124b68bad87cb8f634b01ffa1d1be99779c10f4.tar.gz
ports-f124b68bad87cb8f634b01ffa1d1be99779c10f4.zip
Notes
Diffstat (limited to 'security/heimdal')
-rw-r--r--security/heimdal/Makefile3
-rw-r--r--security/heimdal/files/patch-configure24
2 files changed, 14 insertions, 13 deletions
diff --git a/security/heimdal/Makefile b/security/heimdal/Makefile
index c0af907e4e07..9ddcf2e07b76 100644
--- a/security/heimdal/Makefile
+++ b/security/heimdal/Makefile
@@ -68,7 +68,8 @@ BDB_CONFIGURE_ENV= ac_cv_header_db${BDB_VER}_db_h=yes \
ac_cv_funclib_db_create="-l${BDB_LIB_NAME}"
BDB_CONFIGURE_ON= --disable-ndbm-db
BDB_CONFIGURE_ENV_OFF= ac_cv_header_db_h=yes \
- ac_cv_func_db_create=no
+ ac_cv_func_db_create=no \
+ ac_cv_funclib_db_create=no
BDB_CONFIGURE_OFF= --enable-ndbm-db
LMDB_DESC= Enable LMDB KDC backend support
diff --git a/security/heimdal/files/patch-configure b/security/heimdal/files/patch-configure
index ffebf7a89b07..7644e01c779c 100644
--- a/security/heimdal/files/patch-configure
+++ b/security/heimdal/files/patch-configure
@@ -1,15 +1,6 @@
--- configure.orig 2016-12-20 04:24:03 UTC
+++ configure
-@@ -9588,7 +9588,7 @@ $as_echo_n "checking whether the $compil
- hardcode_minus_L=no
- hardcode_shlibpath_var=unsupported
- inherit_rpath=no
-- link_all_deplibs=unknown
-+ link_all_deplibs=no
- module_cmds=
- module_expsym_cmds=
- old_archive_from_new_cmds=
-@@ -16126,7 +16126,7 @@ case "$host" in
+@@ -16126,7 +16126,7 @@
;;
*-*-freebsd*)
native_pthread_support=yes
@@ -18,7 +9,16 @@
;;
*-*-openbsd*)
native_pthread_support=yes
-@@ -16935,6 +16935,9 @@ esac
+@@ -16362,7 +16362,7 @@
+ $as_echo_n "(cached) " >&6
+ else
+
+-if eval "test \"\$ac_cv_func_db_create\" != yes" ; then
++if eval "test \"\$ac_cv_func_db_create\" = yes" ; then
+ ac_save_LIBS="$LIBS"
+ for ac_lib in "" $dbheader db-5 db5 db4 db3 db; do
+ case "$ac_lib" in
+@@ -16935,6 +16935,9 @@
$as_echo "#define HAVE_NDBM 1" >>confdefs.h
have_ndbm=yes
@@ -28,7 +28,7 @@
else
$as_unset ac_cv_func_dbm_firstkey
-@@ -28685,7 +28688,7 @@ fi
+@@ -28685,7 +28688,7 @@
krb_cv_compile_et="no"
krb_cv_com_err_need_r=""