diff options
Diffstat (limited to 'meta/recipes-connectivity/openssh')
-rw-r--r-- | meta/recipes-connectivity/openssh/openssh_6.4p1.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-connectivity/openssh/openssh_6.4p1.bb b/meta/recipes-connectivity/openssh/openssh_6.4p1.bb index b5e84d4838..236714de2d 100644 --- a/meta/recipes-connectivity/openssh/openssh_6.4p1.bb +++ b/meta/recipes-connectivity/openssh/openssh_6.4p1.bb | |||
@@ -49,7 +49,7 @@ SYSTEMD_SERVICE_${PN}-sshd = "sshd.socket" | |||
49 | PACKAGECONFIG ??= "tcp-wrappers" | 49 | PACKAGECONFIG ??= "tcp-wrappers" |
50 | PACKAGECONFIG[tcp-wrappers] = "--with-tcp-wrappers,,tcp-wrappers" | 50 | PACKAGECONFIG[tcp-wrappers] = "--with-tcp-wrappers,,tcp-wrappers" |
51 | 51 | ||
52 | inherit autotools | 52 | inherit autotools-brokensep |
53 | 53 | ||
54 | # LFS support: | 54 | # LFS support: |
55 | CFLAGS += "-D__FILE_OFFSET_BITS=64" | 55 | CFLAGS += "-D__FILE_OFFSET_BITS=64" |