]> git.ipfire.org Git - thirdparty/libarchive.git/commit
Support POSIX regular expression support using PCRE in CMake builds.
authorAndres Mejia <amejia004@gmail.com>
Thu, 31 Jan 2013 23:39:39 +0000 (18:39 -0500)
committerAndres Mejia <amejia004@gmail.com>
Thu, 31 Jan 2013 23:39:39 +0000 (18:39 -0500)
commitb708276ac543fb1c3d48fbd57f5592334a0dea28
tree70958d75d3c94dc4412670e4378c4d61eba79c11
parent1148d8d933c6f82033ce19e1d67c8fa1dea50c44
Support POSIX regular expression support using PCRE in CMake builds.

This change is mainly meant for Windows regex support, where PCRE Windows development is much
more active than development of the regex library found in the GNUWin32 packages. I found that
the latest release of PCRE built right out of the box, unlike the GNUWin32 regex library released
6 years ago which failed to build from source for me using the mingw toolchain.
CMakeLists.txt
build/cmake/config.h.in
tar/bsdtar.c
tar/bsdtar.h
tar/subst.c
tar/util.c