diff options
author | Mike Frysinger <vapier@gentoo.org> | 2013-09-28 22:07:58 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2013-09-28 22:07:58 +0000 |
commit | da7488e817c3fe3bfbbe3ceba292e50f7e08909a (patch) | |
tree | 3cc4340dbbac261caf1971f741d8cf0b42ef3851 /sys-libs/glibc/files | |
parent | Version bump and remove broken version (diff) | |
download | gentoo-2-da7488e817c3fe3bfbbe3ceba292e50f7e08909a.tar.gz gentoo-2-da7488e817c3fe3bfbbe3ceba292e50f7e08909a.tar.bz2 gentoo-2-da7488e817c3fe3bfbbe3ceba292e50f7e08909a.zip |
Tweak how we check the kernel header version to work w/clang #485146 by eroen.
(Portage version: 2.2.0/cvs/Linux x86_64, signed Manifest commit with key FB7C4156)
Diffstat (limited to 'sys-libs/glibc/files')
-rw-r--r-- | sys-libs/glibc/files/eblits/src_unpack.eblit | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-libs/glibc/files/eblits/src_unpack.eblit b/sys-libs/glibc/files/eblits/src_unpack.eblit index 52f22f9df7ba..15e8895d4e92 100644 --- a/sys-libs/glibc/files/eblits/src_unpack.eblit +++ b/sys-libs/glibc/files/eblits/src_unpack.eblit @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/files/eblits/src_unpack.eblit,v 1.23 2013/06/29 03:22:32 heroxbd Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/files/eblits/src_unpack.eblit,v 1.24 2013/09/28 22:07:57 vapier Exp $ int_to_KV() { local version=$1 major minor micro @@ -17,7 +17,7 @@ eend_KV() { get_kheader_version() { printf '#include <linux/version.h>\nLINUX_VERSION_CODE\n' | \ - $(tc-getCPP ${CTARGET}) -I "${EPREFIX}/$(alt_build_headers)" | \ + $(tc-getCPP ${CTARGET}) -I "${EPREFIX}/$(alt_build_headers)" - | \ tail -n 1 } |