Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
package/re2: switch to generic-package make build
The cmake build appears to be missing features, such as pkg-config generation support which is needed for some packages to find re2, like qt5webengine. Upstream is not keen on fixing the CMake-based buildsystem [0] Instead of patching it on our side, and then have to carry the patch forever, we switch to the Makefile-based generic buildsystem. Note that previously some packages like grpc failed when the generic Makefile was used, because they would not find the cmake-equivalent of pkg-config, but this is now fixed [1]. [0] google/re2#349 [1] grpc/grpc@45e413d Signed-off-by: James Hilliard <[email protected]> [Peter: Reword commit message as suggested by Yann] Signed-off-by: Peter Korsgaard <[email protected]>
- Loading branch information