CMake/Utilities/cmlibarchive
Brad King ca7790240c libarchive: Workaround mbsnrtowcs assertion failure on old glibc
The CMake TarTest fails with the error

 mbsnrtowcs.c:116: __mbsnrtowcs: Assertion
  `status == GCONV_OK || status != GCONV_EMPTY_INPUT ||
   status == GCONV_ILLEGAL_INPUT || status == GCONV_INCOMPLETE_INPUT ||
   status == GCONV_FULL_OUTPUT' failed.

on very old glibc versions.  Work around the problem by pretending that
mbsnrtowcs does not exist.  Libarchive will fall back to mbrtowc.
2012-02-10 15:16:06 -05:00
..
build Merge branch 'libarchive-upstream' into update-libarchive 2012-01-05 09:02:58 -05:00
libarchive libarchive: Workaround mbsnrtowcs assertion failure on old glibc 2012-02-10 15:16:06 -05:00
.gitattributes libarchive: Set .gitattributes to allow trailing whitespace 2012-01-05 09:02:01 -05:00
CMakeLists.txt libarchive: Restore CMake 2.6.3 as minimum version 2012-01-05 09:09:31 -05:00
COPYING Merge branch 'libarchive-upstream' into update-libarchive 2011-12-20 11:54:25 -05:00
CTestConfig.cmake Merge branch 'libarchive-upstream' into update-libarchive 2011-12-20 11:54:25 -05:00
README-CMake.txt libarchive: Update README-CMake.txt for new snapshot 2012-01-05 09:06:42 -05:00