diff options
author | Mike Frysinger <vapier@gentoo.org> | 2011-08-17 18:20:59 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2011-08-17 18:20:59 +0000 |
commit | f3e268b8f8997e288c559baef7e6dadc094c7084 (patch) | |
tree | a5206f7312904aef318c7fb1cf1eb113c8ad518a /eclass | |
parent | Add live git version and fix up various bugs. (diff) | |
download | historical-f3e268b8f8997e288c559baef7e6dadc094c7084.tar.gz historical-f3e268b8f8997e288c559baef7e6dadc094c7084.tar.bz2 historical-f3e268b8f8997e288c559baef7e6dadc094c7084.zip |
add pointer to docs in append-lfs-flags too
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/flag-o-matic.eclass | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/eclass/flag-o-matic.eclass b/eclass/flag-o-matic.eclass index dfe87bcaa827..337a70757d52 100644 --- a/eclass/flag-o-matic.eclass +++ b/eclass/flag-o-matic.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/flag-o-matic.eclass,v 1.154 2011/08/17 17:59:35 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/flag-o-matic.eclass,v 1.155 2011/08/17 18:20:59 vapier Exp $ # @ECLASS: flag-o-matic.eclass # @MAINTAINER: @@ -184,6 +184,7 @@ append-fflags() { # Add flags that enable Large File Support. append-lfs-flags() { [[ $# -ne 0 ]] && die "append-lfs-flags takes no arguments" + # see comments in filter-lfs-flags func for meaning of these append-cppflags -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE } |