diff --git a/debian/control b/debian/control index 0c9bbb02d..36dd290c0 100644 --- a/debian/control +++ b/debian/control @@ -11,7 +11,7 @@ Build-Depends: cmake, debhelper-compat (= 13), libkrb5-dev, - libllhttp-dev, + libhttp-parser-dev, libmbedtls-dev, libpcre2-dev, libssh2-1-dev, diff --git a/debian/rules b/debian/rules index ebb390c98..4837507be 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=llhttp \ + -DUSE_HTTP_PARSER=http-parser \ -DUSE_NTLMCLIENT=OFF \ -DUSE_SSH=ON