aboutsummaryrefslogtreecommitdiff
path: root/ports/apr-util/portfile.cmake
AgeCommit message (Collapse)Author
2020-05-25[VCPKG baseline] Fix many ports (#11559)Jack·Boos·Yu
2020-05-06[apr apr-util] Apr and apr-util for non windows systems (#8579)Stephen Webb
* Allow the apr port to be used on non-windows systems * Allow the apr-util port to be used on non-windows systems * Allow the apr-util port to be used on non-windows systems * Allow the apr-util port to be used on non-windows systems * [log4cxx] add new port * Add aarch64 cross compilation support * Allow apr and apr-util ports to used with a cross compiling tool chain * @PhoebeHui requested changes * Remove files that leaked from 'add-log4cxx-port' branch * @PhoebeHui requested changes * Move apr-util-unix and apr-util-windows portfile.cmake content back into apr-util/portfile.cmake * Use the same released archive for unix and windows * Use the same released archive for unix and windows (1.6.1) * Update APR version to the latest * Prevent unrelated CI failures * Prevent CI failure for arm64 on x86 CI machine * Prevent CI failure for arm64 on x86 CI machine * Use vcpkg_configure_make and vcpkg_install_make instead of vcpkg_execute_required_process * Remove shared libraries if a static build * Revert "Remove shared libraries if a static build" This reverts commit 540e158e1fbfe53b889bef8b928bc8feb62775c2. * Prevent CI failures due to static build installing apr-1-config into bin * @PhoebeHui requested changes Co-authored-by: Stephen Webb <stephen.webb@sabreautonomous.com.au>
2019-10-07[vcpkg] fatal_error when patch fails to apply (#8087)Stefano Sinigardi
vcpkg will now fail on failure to apply patches except when using `--head`.
2019-05-24[apr-util] Fix logic error. If find_library call is used testing for ↵Alexander Neumann
existance is strange. (#6609) Especially if APR_LIBRARIES can contain a list. Testing against NOTFOUND is better.
2019-03-25[apr-util]Fix static library usage bug. (#5769)JackBoosY
* [apr-util]Fix static library usage bug. * [apr-util]Fix macro error.
2017-07-10[apr-util] use find_libraryatkawa7
2017-06-27Build static fixedatkawa7
2017-06-27created a patch but static build still failingatkawa7
2017-06-27[apr-util] init #1016atkawa7