aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-connectivity/openssh/openssh_6.8p1.bb
diff options
context:
space:
mode:
authorRobert Yang <liezhi.yang@windriver.com>2015-06-11 06:33:28 -0700
committerRobert Yang <liezhi.yang@windriver.com>2015-06-11 20:21:20 -0700
commite8e90b46fb79d09ae36e4df169bdde25cd6a1f1f (patch)
treeba8578afe79691697c68ec7930ee3695e403dc9e /meta/recipes-connectivity/openssh/openssh_6.8p1.bb
parent2fbbbb9e2098904f488bc585288cb7ca1b88ff2e (diff)
downloadopenembedded-core-contrib-e8e90b46fb79d09ae36e4df169bdde25cd6a1f1f.tar.gz
Remove invalid ac_cvrbt/ac-cv
They are not invalid any more. Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Diffstat (limited to 'meta/recipes-connectivity/openssh/openssh_6.8p1.bb')
-rw-r--r--meta/recipes-connectivity/openssh/openssh_6.8p1.bb8
1 files changed, 0 insertions, 8 deletions
diff --git a/meta/recipes-connectivity/openssh/openssh_6.8p1.bb b/meta/recipes-connectivity/openssh/openssh_6.8p1.bb
index b00ef6f835..e44353fbb1 100644
--- a/meta/recipes-connectivity/openssh/openssh_6.8p1.bb
+++ b/meta/recipes-connectivity/openssh/openssh_6.8p1.bb
@@ -53,17 +53,9 @@ EXTRA_OECONF = "'LOGIN_PROGRAM=${base_bindir}/login' \
--disable-strip \
"
-# Since we do not depend on libbsd, we do not want configure to use it
-# just because it finds libutil.h. But, specifying --disable-libutil
-# causes compile errors, so...
-CACHED_CONFIGUREVARS += "ac_cv_header_bsd_libutil_h=no ac_cv_header_libutil_h=no"
-
# passwd path is hardcoded in sshd
CACHED_CONFIGUREVARS += "ac_cv_path_PATH_PASSWD_PROG=${bindir}/passwd"
-# We don't want to depend on libblockfile
-CACHED_CONFIGUREVARS += "ac_cv_header_maillock_h=no"
-
# This is a workaround for uclibc because including stdio.h
# pulls in pthreads.h and causes conflicts in function prototypes.
# This results in compilation failure, so unless this is fixed,