buildrootschalter/package/libiscsi
Thomas Petazzoni 7fc52f477d 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>
2014-09-07 21:54:59 +02:00
..
Config.in
libiscsi-0001-Fix-warnings-related-to-subdir-objects.patch
libiscsi-0002-Avoid-libtool-AM_PROG_AR-warning-during-autoreconf.patch
libiscsi-0003-Fix-CUnit-test-for-cross-compilation.patch
libiscsi-0004-examples-fix-uint64_t-formatting-issues.patch
libiscsi-0005-ld_iscsi-fix-largefile-related-issues.patch libiscsi: add patch to fix largefile related issues 2014-09-07 21:54:59 +02:00
libiscsi.mk