URL: https://github.com/SSSD/sssd/pull/5704
Author: justin-stephenson
 Title: #5704: KCM: Drop unnecessary c-ares linking
Action: opened

PR body:
"""
This was likely a result of design refactoring done during kcm renewal 
implementation.
"""

To pull the PR as Git branch:
git remote add ghsssd https://github.com/SSSD/sssd
git fetch ghsssd pull/5704/head:pr5704
git checkout pr5704
From cb1c9b7a1627c0ffd4c2fe354992cee45cd99c32 Mon Sep 17 00:00:00 2001
From: Justin Stephenson <[email protected]>
Date: Wed, 7 Jul 2021 10:16:36 -0400
Subject: [PATCH] KCM: Drop unnecessary c-ares linking

---
 Makefile.am | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/Makefile.am b/Makefile.am
index 12cdfbc606..18ce3a2ddd 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1846,9 +1846,6 @@ sssd_kcm_SOURCES += \
     src/providers/krb5/krb5_child_handler.c \
     src/providers/data_provider_opts.c \
     $(NULL)
-sssd_kcm_LDADD += \
-    $(CARES_LIBS) \
-    $(NULL)
 endif
 
 endif
_______________________________________________
sssd-devel mailing list -- [email protected]
To unsubscribe send an email to [email protected]
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedorahosted.org/archives/list/[email protected]
Do not reply to spam on the list, report it: 
https://pagure.io/fedora-infrastructure

Reply via email to