X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=debian%2Frules;h=e520c10a619ebb96fe2e85a7657e05ea1b4a3aad;hb=5407dbe88f3f6c7ce5f6043d422ed364bb61ab83;hp=79da7fe507c32eea12a901ff77635c04302fb6bd;hpb=815936efd880999f61eda54f1666b27f0f0a855e;p=libgit2.git diff --git a/debian/rules b/debian/rules index 79da7fe50..e520c10a6 100755 --- a/debian/rules +++ b/debian/rules @@ -17,6 +17,7 @@ COMMON_CMAKE_FLAGS = \ -DCERT_LOCATION=/etc/ssl/certs/ca-certificates.crt \ -DDISABLE_ONLINE_TESTS=ON \ -DENABLE_REPRODUCIBLE_BUILDS=ON \ + -DREGEX_BACKEND=pcre2 \ -DUSE_GSSAPI=ON \ -DUSE_HTTPS=mbedTLS \ -DUSE_HTTP_PARSER=system \