eb55f90389
Copy from network:ldap/sssd based on submit request 36465 from user rhafer OBS-URL: https://build.opensuse.org/request/show/36465 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/sssd?expand=0&rev=4
30 lines
757 B
Diff
30 lines
757 B
Diff
From 840bb425fe0cb6f4904d5610ffd1fdfd9eed235d Mon Sep 17 00:00:00 2001
|
|
From: Ralf Haferkamp <rhafer@suse.de>
|
|
Date: Wed, 31 Mar 2010 10:40:13 +0200
|
|
Subject: [PATCH] ldap provider ld flags
|
|
|
|
The LDAP provider needs to be linked against libdhash
|
|
---
|
|
src/Makefile.am | 2 ++
|
|
1 files changed, 2 insertions(+), 0 deletions(-)
|
|
|
|
diff --git a/src/Makefile.am b/src/Makefile.am
|
|
index 6d46cda..6f14eee 100644
|
|
--- a/src/Makefile.am
|
|
+++ b/src/Makefile.am
|
|
@@ -717,9 +717,11 @@ libsss_ldap_la_SOURCES = \
|
|
util/sss_krb5.c
|
|
libsss_ldap_la_CFLAGS = \
|
|
$(AM_CFLAGS) \
|
|
+ $(DHASH_CFLAGS) \
|
|
$(LDAP_CFLAGS) \
|
|
$(KRB5_CFLAGS)
|
|
libsss_ldap_la_LIBADD = \
|
|
+ $(DHASH_LIBS) \
|
|
$(OPENLDAP_LIBS) \
|
|
$(KRB5_LIBS)
|
|
libsss_ldap_la_LDFLAGS = \
|
|
--
|
|
1.7.0.2
|
|
|