mirror of
https://git.proxmox.com/git/libgit2
synced 2025-05-06 17:20:22 +00:00
Add -DUSE_NTLMCLIENT and -DUSE_HTTP_PARSER flags to CMake
This commit is contained in:
parent
9c70725121
commit
3b21c5515e
4
debian/rules
vendored
4
debian/rules
vendored
@ -25,6 +25,8 @@ override_dh_auto_configure:
|
||||
-DTHREADSAFE:BOOL=ON \
|
||||
-DBUILD_CLAR:BOOL=ON \
|
||||
-DREGEX_BACKEND=pcre2 \
|
||||
-DUSE_NTLMCLIENT=OFF \
|
||||
-DUSE_HTTP_PARSER=system \
|
||||
-DLIB_INSTALL_DIR:STRING=lib/$(DEB_HOST_MULTIARCH)
|
||||
|
||||
dh_auto_configure --builddirectory=build-debian-devel -- \
|
||||
@ -37,6 +39,8 @@ override_dh_auto_configure:
|
||||
-DBUILD_CLAR:BOOL=OFF \
|
||||
-DBUILD_SHARED_LIBS:BOOL=OFF \
|
||||
-DREGEX_BACKEND=pcre2 \
|
||||
-DUSE_NTLMCLIENT=OFF \
|
||||
-DUSE_HTTP_PARSER=system \
|
||||
-DLIB_INSTALL_DIR:STRING=lib/$(DEB_HOST_MULTIARCH)
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user