]> git.proxmox.com Git - libgit2.git/commitdiff
Enable GSSAPI Auth
authorRussell Sim <russell.sim@gmail.com>
Sat, 29 Jul 2017 14:59:03 +0000 (16:59 +0200)
committerRussell Sim <russell.sim@gmail.com>
Sat, 29 Jul 2017 17:23:07 +0000 (19:23 +0200)
debian/control
debian/rules

index 998d9aee44f5b2b020fb701d5def3a1bda9365dc..71861a04aa8a78f38c9eef63ce87af1fe7265ee4 100644 (file)
@@ -5,7 +5,7 @@ Maintainer: Russell Sim <russell.sim@gmail.com>
 Build-Depends: debhelper (>= 9.20160114),
                python-minimal (>= 2.4.0), pkg-config,
                cmake, libz-dev, libcurl4-gnutls-dev,
-               libssh2-1-dev, libhttp-parser-dev
+               libssh2-1-dev, libhttp-parser-dev, libkrb5-dev
 Standards-Version: 3.9.8
 Homepage: http://libgit2.github.com/
 Vcs-Git: https://anonscm.debian.org/cgit/collab-maint/libgit2.git/
index d86bd908ecb996df3e11cc59a8efc9ccf25ae8ef..48c74a8d30949615085eac353236ce800e605dbe 100755 (executable)
@@ -18,6 +18,7 @@ override_dh_auto_configure:
        dh_auto_configure --builddirectory=build-debian-release -- \
                -DCMAKE_BUILD_TYPE:STRING=RelWithDebInfo \
                -DUSE_OPENSSL:BOOL=OFF \
+               -DUSE_GSSAPI:BOOL=ON \
                -DTHREADSAFE:BOOL=ON \
                -DBUILD_CLAR:BOOL=ON \
                -DLIB_INSTALL_DIR:STRING=lib/$(DEB_HOST_MULTIARCH)
@@ -26,6 +27,7 @@ override_dh_auto_configure:
                -DCMAKE_BUILD_TYPE:STRING=Release \
                -DTHREADSAFE:BOOL=ON \
                -DUSE_OPENSSL:BOOL=OFF \
+               -DUSE_GSSAPI:BOOL=ON \
                -DBUILD_CLAR:BOOL=OFF \
                -DBUILD_SHARED_LIBS:BOOL=OFF \
                -DLIB_INSTALL_DIR:STRING=lib/$(DEB_HOST_MULTIARCH)