[oe-commits] [openembedded-core] 39/44: openssh: stop adding -D__FILE_OFFSET_BITS=64 to CFLAGS

git at git.openembedded.org git at git.openembedded.org
Fri Jun 15 10:17:57 UTC 2018


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch master-next
in repository openembedded-core.

commit 37b1a7bada267b89094ce0c3eb81b1de9f04df8e
Author: Andre McCurdy <armccurdy at gmail.com>
AuthorDate: Thu Jun 7 11:48:34 2018 -0700

    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 <armccurdy at gmail.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/recipes-connectivity/openssh/openssh_7.7p1.bb | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/meta/recipes-connectivity/openssh/openssh_7.7p1.bb b/meta/recipes-connectivity/openssh/openssh_7.7p1.bb
index 7b6ee5c..7cf34eb 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

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list