]> code.ossystems Code Review - openembedded-core.git/commitdiff
openssh: stop adding -D__FILE_OFFSET_BITS=64 to CFLAGS
authorAndre McCurdy <armccurdy@gmail.com>
Thu, 7 Jun 2018 18:48:34 +0000 (11:48 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 15 Jun 2018 10:13:21 +0000 (11:13 +0100)
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?

Signed-off-by: Andre McCurdy <armccurdy@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-connectivity/openssh/openssh_7.7p1.bb

index 7b6ee5ccaf342a113085a2ffaf569c8b82a2dd70..7cf34eb618bc60aadc4af195555811ae23156202 100644 (file)
@@ -46,9 +46,6 @@ SYSTEMD_SERVICE_${PN}-sshd = "sshd.socket"
 
 inherit autotools-brokensep ptest
 
-# LFS support:
-CFLAGS += "-D__FILE_OFFSET_BITS=64"
-
 EXTRA_AUTORECONF += "--exclude=aclocal"
 
 # login path is hardcoded in sshd