]> git.proxmox.com Git - libgit2.git/commitdiff
Switch to PCRE2
authorTimo Röhling <roehling@debian.org>
Sun, 28 Aug 2022 17:47:56 +0000 (19:47 +0200)
committerTimo Röhling <roehling@debian.org>
Sun, 28 Aug 2022 18:05:01 +0000 (20:05 +0200)
Closes: #1000045
debian/control
debian/rules

index bfcd314e919c6b9fefc3e51ac834ced729ff76fd..813a1e62633033af37efd70ba4b5d7117e80f763 100644 (file)
@@ -13,7 +13,7 @@ Build-Depends: debhelper-compat (= 13),
                libmbedtls-dev,
                libssh2-1-dev,
                libhttp-parser-dev,
-               libpcre3-dev,
+               libpcre2-dev,
                libkrb5-dev,
                ca-certificates
 Standards-Version: 4.6.1
index 79da7fe507c32eea12a901ff77635c04302fb6bd..e520c10a619ebb96fe2e85a7657e05ea1b4a3aad 100755 (executable)
@@ -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 \