35 lines
858 B
Diff
35 lines
858 B
Diff
From 12098bc18511c9becb375302f29ab87b94352f43 Mon Sep 17 00:00:00 2001
|
|
From: Lukas Slebodnik <lslebodn@redhat.com>
|
|
Date: Mon, 9 Feb 2015 17:40:07 +0100
|
|
Subject: [PATCH 01/15] BUILD: Remove unused libraries for pysss.so
|
|
|
|
Reviewed-by: Stephen Gallagher <sgallagh@redhat.com>
|
|
---
|
|
Makefile.am | 8 +-------
|
|
1 file changed, 1 insertion(+), 7 deletions(-)
|
|
|
|
diff --git a/Makefile.am b/Makefile.am
|
|
index 29d148c4a0cbda6882b4a619d6c71d2efcc8fb43..176c193d97389f14da6f202fef46579b2e2a2e59 100644
|
|
--- a/Makefile.am
|
|
+++ b/Makefile.am
|
|
@@ -443,15 +443,9 @@ SSSD_LIBS = \
|
|
|
|
PYTHON_BINDINGS_LIBS = \
|
|
$(TALLOC_LIBS) \
|
|
- $(TEVENT_LIBS) \
|
|
$(POPT_LIBS) \
|
|
$(LDB_LIBS) \
|
|
- $(DBUS_LIBS) \
|
|
- $(PCRE_LIBS) \
|
|
- $(DHASH_LIBS) \
|
|
- $(SSS_CRYPT_LIBS) \
|
|
- $(OPENLDAP_LIBS) \
|
|
- $(TDB_LIBS)
|
|
+ $(NULL)
|
|
|
|
TOOLS_LIBS = \
|
|
$(LTLIBINTL) \
|
|
--
|
|
2.1.0
|
|
|