From: Andre McCurdy Date: Thu, 7 Jun 2018 18:48:34 +0000 (-0700) Subject: openssh: stop adding -D__FILE_OFFSET_BITS=64 to CFLAGS X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~17675 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=37b1a7bada267b89094ce0c3eb81b1de9f04df8e;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git 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? Signed-off-by: Andre McCurdy Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-connectivity/openssh/openssh_7.7p1.bb b/meta/recipes-connectivity/openssh/openssh_7.7p1.bb index 7b6ee5ccaf3..7cf34eb618b 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" inherit autotools-brokensep ptest -# LFS support: -CFLAGS += "-D__FILE_OFFSET_BITS=64" - EXTRA_AUTORECONF += "--exclude=aclocal" # login path is hardcoded in sshd