diff options
-rw-r--r-- | meta/recipes-connectivity/openssh/openssh_6.2p2.bb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meta/recipes-connectivity/openssh/openssh_6.2p2.bb b/meta/recipes-connectivity/openssh/openssh_6.2p2.bb index 0459032afe..ab2eefb9bc 100644 --- a/meta/recipes-connectivity/openssh/openssh_6.2p2.bb +++ b/meta/recipes-connectivity/openssh/openssh_6.2p2.bb | |||
@@ -41,6 +41,9 @@ INITSCRIPT_PACKAGES = "${PN}-sshd" | |||
41 | INITSCRIPT_NAME_${PN}-sshd = "sshd" | 41 | INITSCRIPT_NAME_${PN}-sshd = "sshd" |
42 | INITSCRIPT_PARAMS_${PN}-sshd = "defaults 9" | 42 | INITSCRIPT_PARAMS_${PN}-sshd = "defaults 9" |
43 | 43 | ||
44 | PACKAGECONFIG ??= "tcp-wrappers" | ||
45 | PACKAGECONFIG[tcp-wrappers] = "--with-tcp-wrappers,,tcp-wrappers" | ||
46 | |||
44 | inherit autotools | 47 | inherit autotools |
45 | 48 | ||
46 | # LFS support: | 49 | # LFS support: |