]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
libgss is not needed for build (it provides yet another gssapi implementation), but...
authorOtto Moerbeek <otto.moerbeek@open-xchange.com>
Mon, 10 Jan 2022 11:38:36 +0000 (12:38 +0100)
committerOtto Moerbeek <otto.moerbeek@open-xchange.com>
Fri, 2 Sep 2022 12:22:48 +0000 (14:22 +0200)
Found out when trying to build for centos7.

m4/pdns_enable_gss_tsig.m4
tasks.py

index 9acd7569764ade9234539f443fe6f6c5ffee5e84..d080c5eef3e80257814ea0f381fa0e18d1709c2c 100644 (file)
@@ -13,7 +13,7 @@ AC_DEFUN([PDNS_ENABLE_GSS_TSIG],[
   AM_CONDITIONAL([GSS_TSIG],[test "x$enable_experimental_gss_tsig" != "xno"])
   AC_SUBST(GSS_TSIG)
   AS_IF([test "x$enable_experimental_gss_tsig" != "xno"],
-   [PKG_CHECK_MODULES([GSS], [krb5 krb5-gssapi gss],
+   [PKG_CHECK_MODULES([GSS], [krb5 krb5-gssapi],
       [
         AC_DEFINE([ENABLE_GSS_TSIG], [1], [Define to 1 if you want to enable GSS-TSIG support])
         GSS_TSIG=yes
index 0a2b8e411960f60f76365cc91376d26f06d6b4ea..c049a4481d4e8caf88d48386f9e191a385b6dbd8 100644 (file)
--- a/tasks.py
+++ b/tasks.py
@@ -33,7 +33,6 @@ auth_build_deps = [    # FIXME: perhaps we should be stealing these from the deb
     'libcdb-dev',
     'libcurl4-openssl-dev',
     'libgeoip-dev',
-    'libgss-dev',
     'libkrb5-dev',
     'libldap2-dev',
     'liblmdb-dev',
@@ -95,7 +94,6 @@ auth_test_deps = [   # FIXME: we should be generating some of these from shlibde
     'libcdb1',
     'libcurl4',
     'libgeoip1',
-    'libgss3',
     'libkrb5-3',
     'libldap-2.4-2',
     'liblmdb0',