From a801d42c4637bbdf9664d0d8b913ffcab81b904e Mon Sep 17 00:00:00 2001 From: Lukas Slebodnik Date: Tue, 22 Sep 2015 13:57:13 +0200 Subject: BUILD: Do not build libsss_ad_common.la as library libsss_ad_common.la was a dynamic library and was linked just with unit tests. It was a workaroud because module libsss_ad.so cannot be linked with tests without portability issues. But it was addted to pkglib_LTLIBRARIES and therefore it was installed with other libraries. This patch changed it and libsss_ad_test.la (old name libsss_ad_common.la) will be compiled only for unit tests (check_LTLIBRARIES) and will not be installed with command "make install". Reviewed-by: Jakub Hrozek --- contrib/sssd.spec.in | 1 - 1 file changed, 1 deletion(-) (limited to 'contrib') diff --git a/contrib/sssd.spec.in b/contrib/sssd.spec.in index 5ca26495b..63c107c1e 100644 --- a/contrib/sssd.spec.in +++ b/contrib/sssd.spec.in @@ -777,7 +777,6 @@ rm -rf $RPM_BUILD_ROOT %defattr(-,root,root,-) %doc COPYING %{_libdir}/%{name}/libsss_ad.so -%{_libdir}/%{name}/libsss_ad_common.so %{_libexecdir}/%{servicename}/gpo_child %{_mandir}/man5/sssd-ad.5* -- cgit