summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLukas Slebodnik <lslebodn@redhat.com>2013-06-12 13:24:12 +0200
committerJakub Hrozek <jhrozek@redhat.com>2013-06-12 14:56:01 +0200
commitfd98a28d6e94080e52bbedc789b06606a6019b10 (patch)
tree423acf7281ff07ca8685dd3b2e66dcdd4d7ba336
parent376e39bc7a7f49f08fd51b1a00aa5d2a456b2314 (diff)
downloadsssd-fd98a28d6e94080e52bbedc789b06606a6019b10.tar.gz
sssd-fd98a28d6e94080e52bbedc789b06606a6019b10.tar.xz
sssd-fd98a28d6e94080e52bbedc789b06606a6019b10.zip
Change order of libraries in linking process.
It seems that some linkers have problem with wrong order of libraries. This commit only change order.
-rw-r--r--Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index 93e3a6fc0..88e29fff4 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -577,10 +577,10 @@ endif
libsss_util_la_LDFLAGS = -avoid-version
SSSD_INTERNAL_LTLIBS = \
+ libsss_util.la \
libsss_crypt.la \
libsss_debug.la \
- libsss_child.la \
- libsss_util.la
+ libsss_child.la
lib_LTLIBRARIES = libipa_hbac.la libsss_idmap.la libsss_nss_idmap.la
dist_pkgconfig_DATA += src/providers/ipa/ipa_hbac.pc