]> code.ossystems Code Review - openembedded-core.git/commit
pax: fix compilation with x32 toolchain
authorNitin A Kamble <nitin.a.kamble@intel.com>
Tue, 6 Dec 2011 18:04:32 +0000 (10:04 -0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 12 Dec 2011 21:50:09 +0000 (21:50 +0000)
commit4c2ec631bf2b9581233a470c415f4d5cfe59a2a4
tree595da970dff1dcec2660ac267c00ad328c805616
parent01256cb31d23134b9536b74461ef3dff4c15c513
pax: fix compilation with x32 toolchain

off_t is 8byte for x32.  We need to check both _FILE_OFFSET_BITS and
size of off_t to see if file offset is 64bit.  This patch adds
AC_CHECK_SIZEOF(off_t) and checks SIZEOF_OFF_T == 8.

Signed-off-by: H.J. Lu <hjl.tools@gmail.com>
Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
meta/recipes-extended/pax/pax/pax-3.4_fix_for_x32.patch [new file with mode: 0644]
meta/recipes-extended/pax/pax_3.4.bb