diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-21 05:03:06 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-21 05:03:06 +0000 |
commit | c922d7db80e73c882fcef502b625502716776444 (patch) | |
tree | fe5c23cd7b126a5583b3614464bc1b00ff5a2272 /debian/rules | |
parent | Merging upstream version 1.8.1+ds. (diff) | |
download | libgit2-c922d7db80e73c882fcef502b625502716776444.tar.xz libgit2-c922d7db80e73c882fcef502b625502716776444.zip |
Merging debian version 1.8.1+ds-1.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rwxr-xr-x | debian/rules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules index d28ff48..ebb390c 100755 --- a/debian/rules +++ b/debian/rules @@ -20,7 +20,7 @@ COMMON_CMAKE_FLAGS = \ -DREGEX_BACKEND=pcre2 \ -DUSE_GSSAPI=ON \ -DUSE_HTTPS=mbedTLS \ - -DUSE_HTTP_PARSER=system \ + -DUSE_HTTP_PARSER=llhttp \ -DUSE_NTLMCLIENT=OFF \ -DUSE_SSH=ON |