]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commit
libiscsi: add patch to fix largefile related issues
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sun, 7 Sep 2014 12:23:25 +0000 (14:23 +0200)
committerPeter Korsgaard <peter@korsgaard.com>
Sun, 7 Sep 2014 19:54:59 +0000 (21:54 +0200)
commit7fc52f477df9d1570934013f91cdefec97cebbf3
tree9b1752ef706466496c2acd61322681cbef1e5767
parent0f52f1a60e093d1bdf800dcf73bcb61f900525f5
libiscsi: add patch to fix largefile related issues

This commit adds a patch to libiscsi, to fix largefile related issues
occuring in two situations:

 * glibc toolchains, due to the way _FILE_OFFSET_BITS=64 is handled,
   by declaring the *64() functions as aliases to the non-64*() ones.

 * uClibc toolchains without largefile support.

First problem was visible in:

  http://autobuild.buildroot.org/results/b52/b52782c7ada0db098620bd8eceedd7b84515446b/

Second problem was visible in:

  http://autobuild.buildroot.org/results/23c/23c27fc7c4836dfd2527e52d95d5e72905ece7be/

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/libiscsi/libiscsi-0005-ld_iscsi-fix-largefile-related-issues.patch [new file with mode: 0644]