diff options
author | Andre McCurdy <armccurdy@gmail.com> | 2018-06-07 11:48:34 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-06-15 17:56:24 +0100 |
commit | 72b5d5bb8e18d9f9b12370d2975967a0499daec9 (patch) | |
tree | 6bf6a0c491f47f83d0dbe1587b4df49c12fbb4f9 | |
parent | 95a8753766fb4e594a90a78ec600131ee213a5cc (diff) | |
download | poky-72b5d5bb8e18d9f9b12370d2975967a0499daec9.tar.gz |
openssh: stop adding -D__FILE_OFFSET_BITS=64 to CFLAGS
Openssh takes care of enabling large-file support automatically via
the AC_SYS_LARGEFILE in the configure.ac, so additional help from the
recipe is not required.
Even if it were once required, defining __FILE_OFFSET_BITS (ie with
double leading underscores) looks like a typo and probably never had
any effect anyway?
(From OE-Core rev: 37b1a7bada267b89094ce0c3eb81b1de9f04df8e)
Signed-off-by: Andre McCurdy <armccurdy@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-connectivity/openssh/openssh_7.7p1.bb | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/meta/recipes-connectivity/openssh/openssh_7.7p1.bb b/meta/recipes-connectivity/openssh/openssh_7.7p1.bb index 7b6ee5ccaf..7cf34eb618 100644 --- a/meta/recipes-connectivity/openssh/openssh_7.7p1.bb +++ b/meta/recipes-connectivity/openssh/openssh_7.7p1.bb | |||
@@ -46,9 +46,6 @@ SYSTEMD_SERVICE_${PN}-sshd = "sshd.socket" | |||
46 | 46 | ||
47 | inherit autotools-brokensep ptest | 47 | inherit autotools-brokensep ptest |
48 | 48 | ||
49 | # LFS support: | ||
50 | CFLAGS += "-D__FILE_OFFSET_BITS=64" | ||
51 | |||
52 | EXTRA_AUTORECONF += "--exclude=aclocal" | 49 | EXTRA_AUTORECONF += "--exclude=aclocal" |
53 | 50 | ||
54 | # login path is hardcoded in sshd | 51 | # login path is hardcoded in sshd |