From d07b8af19905819e7f30d98397cf857bdef32ba1 Mon Sep 17 00:00:00 2001 From: Andrey Volk Date: Tue, 25 Oct 2022 12:19:58 +0300 Subject: [PATCH] [Packaging] Shared libraries instead of static in freeswitch devel CentOS package. --- freeswitch.spec | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/freeswitch.spec b/freeswitch.spec index 769859ea16..3af95eabce 100644 --- a/freeswitch.spec +++ b/freeswitch.spec @@ -1709,6 +1709,8 @@ cd ../.. %{__rm} -f %{buildroot}/%{MODINSTDIR}/ftmod_sangoma_isdn* %endif +%{__rm} -f %{buildroot}/%{LIBDIR}/*.la +%{__rm} -f %{buildroot}/%{MODINSTDIR}/*.la ###################################################################################################################### @@ -1861,10 +1863,8 @@ fi # ###################################################################################################################### %files devel -%{LIBDIR}/*.a -%{LIBDIR}/*.la +%{LIBDIR}/*.so* %{PKGCONFIGDIR}/* -%{MODINSTDIR}/*.*a %{INCLUDEDIR}/*.h %{INCLUDEDIR}/test/*.h